tags:

views:

57

answers:

1

I am new with Java and am interested in using J2EE for my next college project. My question is how good (or possible) is it to use J2EE for desktop application. Where do I start (easy to understand websites/ books)? And is there a good free IDE for developing J2EE applications? Thank you for your help.

+1  A: 

We don't use J2EE to develop desktop application. Usually, people use J2SE with Swing to develop Java Desktop Application. You can use Netbeans or Eclipse to develop. Both of them are free. About books, I can recommend you some Java Swing book

Java Swing tutorial

Java Swing book

vodkhang
So is J2EE used predominately for web-based applications? Because I am really interested in learinig J2EE.
Rabin
yeah, J2EE is for Web App (Enterprise App). So, you can start learning J2EE for Web App with EJB and Servlet
vodkhang
Thank you my friend.
Rabin