On 22/11/2012 19:46, Violeta Georgieva wrote:
> Hi,
> 
> I've prepared the initial change for offline generation of effective
> web.xml.
> The change is in github:
> https://github.com/violetagg/apache-tomcat-8.0/commits/master.
> I have a few minor changes that I plan to do but before then I prefer to
> get your opinion about the refactoring that I made and the change as a
> whole.
> 
> Here is the list with the major changes that I did:
> - The java objects that represent data structures for web.xml were moved
> from o.a.catalina.deploy to o.a.tomcat.util.xml package.
> - The web.xml parser functionality was moved to a new package -
> o.a.tomcat.util.xml.parse
> - The functionality that scans for web fragments was moved to a new package
> - o.a.tomcat.util.xml.scanner
> - The functionality that scans for annotations was moved to a new package -
> o.a.tomcat.util.xml.processor
> - Added functionality for offline generation of effective web.xml
> 
> I'm looking forward to your comments.

I'm starting to look at this now. The general description above looks to
be heading in the right direction. They'll probably be some tweaks at
the detail level.

This is my first time trying to pull in changes from someone's branch at
github so I'm not 100% clear on the process I am going to follow. There
might be some things you could do to make it easier. I'll let you know.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to