Hi everyone, I'm new to J2EE and one thing that I know about it is that there are a lot of technologies that compose J2EE. Could anyone give me an idea about how to start learning J2EE?
I will work in a project that uses EJB, DTO, Struts and so on. Thanks in advance.
Matheus Eduardo
-
New to J2EE (3 messages)
- Posted by: Matheus Eduardo Machado Moreira
- Posted on: September 27 2004 20:04 EDT
Threaded Messages (3)
- New to J2EE by Benjamin Possolo on September 27 2004 21:08 EDT
- RE: New to J2EE by Jason Cone on September 27 2004 22:14 EDT
- Re: New to J2EE by Andrew Kuzmin on September 28 2004 04:17 EDT
-
New to J2EE[ Go to top ]
- Posted by: Benjamin Possolo
- Posted on: September 27 2004 21:08 EDT
- in response to Matheus Eduardo Machado Moreira
read every book by Rod Johnson.
no jk...somewhat.
its all theory. id say the most important thing for enterprise level development is designing a multi tier architecture properly. clean seperation of layers and research the technologies before u use them to find out which is best for ur needs.
if you design everything perfectly...ur implementation phase will be the easiest.
check out j2ee w/ ejb and w/o ejb. see whats best for you. lightweight vs heavyweight container. ODBMS vs RDBMS.
web - business - eis -
RE: New to J2EE[ Go to top ]
- Posted by: Jason Cone
- Posted on: September 27 2004 22:14 EDT
- in response to Matheus Eduardo Machado Moreira
Could anyone give me an idea about how to start learning J2EE?I will work in a project that uses EJB, DTO, Struts and so on. Thanks in advance.Matheus Eduardo
You poor bastard.
;-) (just kidding)
In addition to the Rod Johnson recommendation, I suggest you check out the book Better, Faster, Lighter Java. -
Re: New to J2EE[ Go to top ]
- Posted by: Andrew Kuzmin
- Posted on: September 28 2004 04:17 EDT
- in response to Matheus Eduardo Machado Moreira