From where can I get any example web applications developed in Java EE in order to learn from them?
I am looking forward to learning web application development in Java(EE) and thus I am looking for any sample w开发者_如何学JAVAeb projects from where I can learn about that.
Please let me know of any resources available..
thanks..
Here are some tutorials on many different frameworks used in Java J2EE development. I recommend Spring, but there are plenty of other examples here as well:
http://www.mkyong.com/
Java Blueprints is very good: http://www.oracle.com/technetwork/java/blueprints-141945.html
http://www.holisticon.de/cms/EJB3Buch/SourceCode
Thats a ejb3 example (working ticket service) from a very good german book called "ejb 3 professional" which has sadly not been translated yet. You may encounter german comments, havent checked yet.
精彩评论