tags:

views:

1194

answers:

2

What can be a good web application to start building while learning J2EE concepts, so that these concepts could be applied practically?

+1  A: 

Have a look at this and this questions. I would recommend to start from finding one or more books that suit your needs. You don't just need to learn SUN technologies (JSP, servlets, templates), but some open source frameworks (MVC, IoC, ORM) are also necessary. There are many books that feature a Web Site as an example.

kgiannakakis
A: 

Most of the books use the shopping cart example to illustrate the J2EE concepts and the various features of the J2EE specifications. I think this is a good enough web application to start learning the J2EE concepts. Its practical too.

Nikhil Kashyap