Hello all,
I want to begin learning J2EE to transition myself from .NET development into the J2EE world. I've been reading up on some of hte J2EE technologies from Sun's web site, and I am familiar with some of the tech by name only -- Tomcat, JBoss, etc.
My main issue is learning the overall organization. Like what are containers, application servers, etc.
If anyone has a good book recommendation for an intro to J2EE, I would appreciate it. Or any good websites. I've started reading through Sun's website and pieces of Apache's.
Thanks.
--
Mike
-
Moving from .NET to J2EE (5 messages)
- Posted by: Mike Loll
- Posted on: January 19 2005 15:05 EST
Threaded Messages (5)
- book by damian frach on January 20 2005 07:36 EST
- Thanks! by Mike Loll on January 24 2005 23:52 EST
- Performance & Issues >> .NET vs J2EE by Omer Qureshi on January 25 2005 02:48 EST
- Re: Moving from .NET to J2EE by Andrew Kuzmin on January 21 2005 13:01 EST
- >>Moving from .NET to J2EE by Jonathan Tomkins on January 25 2005 12:29 EST
-
book[ Go to top ]
- Posted by: damian frach
- Posted on: January 20 2005 07:36 EST
- in response to Mike Loll
-
Thanks![ Go to top ]
- Posted by: Mike Loll
- Posted on: January 24 2005 23:52 EST
- in response to damian frach
Thanks for the rec. I'll check it out.
-- Mike -
Performance & Issues >> .NET vs J2EE[ Go to top ]
- Posted by: Omer Qureshi
- Posted on: January 25 2005 02:48 EST
- in response to damian frach
HI,
When you begin the migration from .NET to J2EE, it will be interesting to know the issues that you came across and your general feel of performance diff between the two platforms...
Thanks,
Omer Qureshi -
Re: Moving from .NET to J2EE[ Go to top ]
- Posted by: Andrew Kuzmin
- Posted on: January 21 2005 13:01 EST
- in response to Mike Loll
-
>>Moving from .NET to J2EE[ Go to top ]
- Posted by: Jonathan Tomkins
- Posted on: January 25 2005 12:29 EST
- in response to Mike Loll
Hi
Have moved from .net to j2ee apps recently, and find the j2ee sun tutorial a good reference...
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
also useful j2ee architecture pattern page...
http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html
there's similar things to .net, though maybe with fairly different implementations, such as the tags.
Jon