[java ee programming] Re: Increasing number of loaded classes / class leak

2009-07-07 Thread Ice-Man
Yeah, I think is a matter of Garbage Collector!! ;-)) Ice-Man 2009/6/25 isenseie > > Hi there, > > I am concern about the high number of classes loaded by one > application. Using JConsole I see linear time raising in the number of > classes loaded, after monitoring that for about 24 hours the

[java ee programming] Re: Please Help me with the view of url .

2009-07-07 Thread Ice-Man
Why don't u set it as Welcome page in web.xml ???!! Ice-Man 2009/7/2 yizhangYin > Hi all: > > > I am not sure how to change the view of url for struts 2 > > for example > > I had : > > 1. a struts2 web application called Home , which contains a "/index.jsp" > > 2. My domain name : http://www.m

[java ee programming] Re: Hi All

2009-07-07 Thread Ice-Man
Oh yeah, its highly recomended u use Hibernate for Persistence / OO-Relational mapping (bcz u get more Portability)! For Web Front Controller I recomend vRaptor2 or even Struts2 (the old WebWork). Obs.: use JSF only as componenting View tier. U only need to use EJB (RMI) when u have to implemen

[java ee programming] Re: struts

2009-07-07 Thread Ice-Man
The Actions are used so that make calls to Maneger/Service/Façade Tier and to make Forwards. Struts uses the Forms to get the data from the form (HTML submit). -> did u it implements View Helper Design Pattern??! U may get Attributs and Params from the Request and may put Attributs!! Ice-Man

[java ee programming] Homework 25 (Spring documentation)

2009-07-07 Thread cruzc
Hello everyone. Can someone advice me, please? I am doing the homework 25 (Spring MVC) but I cannot see the Spring documentation. I installed the Spring framework plug ins to NetBeans IDE. How can I set up the NetBeans 6.1 to see the Spring documentation? Thanks in advance. Cruz --~--~