 |
22-08-2010, 11:43 AM
|
#1 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jul 2010
Posts: 14
|
Java EE Framework
I have just started to learn Jave Enterprise Development,
but i am totally confused by the number of different frameworks
available. Which is the best framework in your opinion and why.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
22-08-2010, 08:44 PM
|
#2 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: Java EE Framework
Eclipse Galileo -- best JavaDoc support and support of huge range of servers.
good code completion too. although practically u would be using Apache but i used nginx with good response time...
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
23-08-2010, 11:19 AM
|
#3 (permalink)
|
|
Excessive happiness
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
|
Re: Java EE Framework
Quote:
Originally Posted by silverlight4
I have just started to learn Jave Enterprise Development,
but i am totally confused by the number of different frameworks
available. Which is the best framework in your opinion and why.
|
Quote:
Originally Posted by arpanmukherjee1
Eclipse Galileo -- best JavaDoc support and support of huge range of servers.
good code completion too. although practically u would be using Apache but i used nginx with good response time...
|
He is talking about framework and you are suggesting him IDE?
Anyway if you're going to learn J2EE frameworks then go learn Struts,Spring and Wicket.
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.
PS Request
|
|
|
23-08-2010, 11:55 PM
|
#4 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: Java EE Framework
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
24-08-2010, 10:53 AM
|
#5 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jul 2010
Posts: 14
|
Re: Java EE Framework
How is cms like Joomla related to J2EE
Also is learning Hibernate of any use since JPA 2 has made persistence very easy and productive
|
|
|
24-08-2010, 10:58 AM
|
#6 (permalink)
|
|
Excessive happiness
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
|
Re: Java EE Framework
Quote:
Originally Posted by silverlight4
How is cms like Joomla related to J2EE
|
Its not related to J2EE anyway. May be we can wait for his reply.
Quote:
Originally Posted by silverlight4
Also is learning Hibernate of any use since JPA 2 has made persistence very easy and productive
|
That depends on you. If you think JPA2 is much better than Hibernate, leave it. Afterall its an ORM and can be learn easily if you already know one. But IMO, JPA2 is way better than lazy-old Hibernate.
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.
PS Request
|
|
|
24-08-2010, 11:23 AM
|
#7 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jul 2010
Posts: 14
|
Re: Java EE Framework
I am currently learning struts and java server faces. i think spring is very complex. How do you compare them and which of these will be most in demand in future
|
|
|
24-08-2010, 11:30 AM
|
#8 (permalink)
|
|
Excessive happiness
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
|
Re: Java EE Framework
^^
Dont ever compare a framework. Each and every framework has its own added advantage. Like Spring has IoC. Wicket has less configuration and everything is POJO. So we have to learn a few and work on the one that company wants us to.
I like Spring and Wicket more than anything due to its awesome features. Spring integrated with Wicket and some ORM is like a strong base IMO.
And regarding demand, many newer frameworks will come and it'll go like this. As of now, the most demanded framework IMO is
1. JSF
2. Spring
3. Struts
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.
PS Request
|
|
|
24-08-2010, 06:19 PM
|
#9 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Java EE Framework
IMO, go for Struts 2 to start with. Its one of the most used J2EE framework in enterprise!
|
|
|
24-08-2010, 07:51 PM
|
#10 (permalink)
|
|
XLr8
Join Date: Sep 2008
Posts: 637
|
Re: Java EE Framework
Quote:
Originally Posted by silverlight4
How is cms like Joomla related to J2EE
|
never said it is related.... cms is be used whenever a full fledged site is deployed.
i studied tat way on it and found to be a good option
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
|
|
|
|
25-08-2010, 12:59 PM
|
#11 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Java EE Framework
Quote:
Originally Posted by arpanmukherjee1
never said it is related.... cms is be used whenever a full fledged site is deployed.
i studied tat way on it and found to be a good option
|
That (logic) is hard to digest!
|
|
|
25-08-2010, 01:09 PM
|
#12 (permalink)
|
|
Excessive happiness
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
|
Re: Java EE Framework
Quote:
Originally Posted by Garbage
IMO, go for Struts 2 to start with. Its one of the most used J2EE framework in enterprise!
|
Spring is way better than Struts 2. Comparing what Spring provides, Struts 2 doesn't even fall in this category.
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.
PS Request
|
|
|
25-08-2010, 05:02 PM
|
#13 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Java EE Framework
Quote:
Originally Posted by rajkumar_pb
Spring is way better than Struts 2. Comparing what Spring provides, Struts 2 doesn't even fall in this category.
|
I wasn't comparing the frameworks. I was talking about what I observed in industry. Did I compare?
|
|
|
26-08-2010, 10:45 AM
|
#14 (permalink)
|
|
Excessive happiness
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
|
Re: Java EE Framework
^^
Neither do I dont want to start a debate on this, but i was suggesting that starting with Struts 2 is not a good idea. Its no better than Spring and so if he starts with Spring itself its good for him. The most demanded J2EE FW as of now is Spring and JSF FYI. Was just emphasizing the points, thats it.
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.
PS Request
|
|
|
26-08-2010, 01:28 PM
|
#15 (permalink)
|
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
|
Re: Java EE Framework
Quote:
Originally Posted by rajkumar_pb
The most demanded J2EE FW as of now is Spring and JSF FYI.
|
Any links / info to prove this point please?
Because in my whole professional career in one of the largest IT company in India, I always saw more demand of Struts than Spring / JSF.
|
|
|
27-08-2010, 11:39 AM
|
#16 (permalink)
|
|
Excessive happiness
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
|
Re: Java EE Framework
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.
PS Request
|
|
|
04-09-2010, 05:20 PM
|
#17 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jul 2010
Posts: 14
|
Re: Java EE Framework
I already know JPA 2, so should i go for Hibernate or not
I see a lot of job advertisements demanding Hibernate
Also what is the scope of web services like SOAP, RESTful
and which is the most popular Java EE server
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|