Rabin
Rabin

Reputation: 1583

Developing a Desktop Application for my college project

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.

Upvotes: 1

Views: 1814

Answers (1)

vodkhang
vodkhang

Reputation: 18741

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

Upvotes: 2

Related Questions