I have the exact same issue on XP with tomcat 6.0.20. This only happens when I use spring-tomcat-weaver.jar to do the load-time-weaving of Aspectj aspects. gbags is probably weaving and yqu is...
Type: Posts; User: michael.waluk; Keyword(s):
I have the exact same issue on XP with tomcat 6.0.20. This only happens when I use spring-tomcat-weaver.jar to do the load-time-weaving of Aspectj aspects. gbags is probably weaving and yqu is...
Could you give me some hints on how you put together the views for mobile devices? We have a Struts 1.0 app that we're migrating to Spring MVC, but haven't decide the best way to render slightly...
Hi,
We have a web app that is built for mobile devices (75 to 100 pages). We are going to use Spring MVC (converting from Struts 1.x), but wanted some opinions on how to provide slightly...
The book, Java Persistence with Hibernate, gave me the answer I was looking for ...
Specify the entity in the DTD declaration like:
<!ENTITY mappings SYSTEM...
Hi,
Instead of listing the files in hibernate.cfg.xml I'd like to name a file that contains these listings (so it can be shared by multiple hibernate config files).
I tried something like:
...