I installed the following in that order:
- Java Runtime
- Java SE SDK
- Netbeans 6.9.1 (which components should I choose?)
- XAMPP 1.7.3 for the MySQL database server
- ????
I don’t know whether that is enough for developing Java EE applications. What are the things I should install and in what order, so that I can develop Java EE applications? Please give me the links to download because when I search in Google and find the pages, there are many packages for all these things and I can’t seem to figure out which one to download.
The following stack is IMO a good one for a beginner (because you’ll find tons of very didactic tutorials):
Then follow tutorials like:
Once you’ll be more familiar with the Java EE platform, it will always be possible to do variations around the base (e.g. another IDE).