Hello. I have been doing java for a few years now, and I am starting to learn things about EE.
Now, I don’t really need to learn all the functions in EE, I already have them, I just need a basic outline of all the different technologies that it uses.
I am developing web applications.
Do you know of a place where I can find this information?
Powered by Yahoo! Answers
the essence of java EE is the use of an application server to manage your data access objects, threads and DB connections in a way that allows you to concentrate more on the code itself rather than managing all your input/output manually.
searching for EJB3 tutorials is a good place to start.