Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 19th, 2003, 01:35 PM
stanley1610's Avatar
stanley1610 stanley1610 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Posts: 250 stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 16 h 15 m 52 sec
Reputation Power: 8
Exclamation Web-based Application

Hi all,

I am a Java beginner and want to develop a J2EE application online. I want to use JBoss as my J2EE container, any better alternative?

Well, JBoss bundles with Tomcat 4 (not the latest version) so that you can use it quickly. But Tomcat's performance is not good enough, we usually port it to Apache. How can I do with Apache + JBoss + Tomcat?

For better development, I want to choose NetBean as my IDE. NetBean is excellent to work for J2EE, isn't it? Is there any preparation for bettern cooperation between NetBean and my server?

Thanks for help.
__________________
------------------------------------------
Perl Kids Kiss Perl
Stanley
------------------------------------------

Reply With Quote
  #2  
Old May 19th, 2003, 04:11 PM
jaffadan jaffadan is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 13 jaffadan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Why not yse jBoss + Jetty + Apache, If you read up it is not the connection from jboss to apache it is the connection from jetty or tomcat to apache.
I would use eclipse as it is free to use

Reply With Quote
  #3  
Old May 19th, 2003, 08:36 PM
stanley1610's Avatar
stanley1610 stanley1610 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Posts: 250 stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 16 h 15 m 52 sec
Reputation Power: 8
I heard that Tomcat had more features than Jetty did. Is it true? What difference is there?

Well should I change my word to
Apache+Tomcat/Jetty+JBoss+PostgreSQL? :P By the way, I would like to setup an entire environment for developing J2EE applications and refer to that article at http://www.netbeans.org/kb/articles/j2ee.html
What do you think about this article?

Someone else recommended Eclipse too. Why do you like to use it? Is it powerful or easy to use? Does it excellent to develop J2EE or any Java application?

I am seeking a way of Rapid Application Development, please advise.

Reply With Quote
  #4  
Old May 20th, 2003, 02:57 AM
walter76 walter76 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 18 walter76 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Eclipse is great, because of the many plugins available for the platform (see eclipse-plugins.2y.net). It also has the best integration of cvs i know. With the lomboz-plugin it is quite good for J2EE-Development. But i've also heard, that for RAD and J2EE NetBeans has the better solution.

Reply With Quote
  #5  
Old May 20th, 2003, 03:16 AM
stanley1610's Avatar
stanley1610 stanley1610 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Posts: 250 stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 16 h 15 m 52 sec
Reputation Power: 8
Since I have little idea on J2EE development, might you tell me what features are necessary or important to J2EE development, please? What should I consider before developing the application?

Reply With Quote
  #6  
Old May 20th, 2003, 12:39 PM
jaffadan jaffadan is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 13 jaffadan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Well the answer really is what do you like. Do not pick a IDE just on what people are telling you, it is a personal choice (I love my pancakes with blueberries, you might like apples) My best bet for you is to do more research before you jump in.

Reply With Quote
  #7  
Old May 21st, 2003, 03:21 AM
stanley1610's Avatar
stanley1610 stanley1610 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Posts: 250 stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 16 h 15 m 52 sec
Reputation Power: 8
Yes, sometimes choosing IDE is just a personal choice. But sometimes we have no choice on our own hands.

Developing a J2EE application (no matter whether it is web-based or a distributed system), many people usually involves in the development. I wanna find a suitable IDE so that a team can work much closely and cooperate much well. I also have to consider whether an IDE can help to speed up the development (this is the main feature I am seeking).

What should I do?

Reply With Quote
  #8  
Old May 21st, 2003, 09:35 AM
jaffadan jaffadan is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Posts: 13 jaffadan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I do not use an IDE as i find that it just slows me down. But you might want to use an IDE if you team is bigger than two people.

Also make sure that you are using ant in your project.

Reply With Quote
  #9  
Old May 26th, 2003, 03:06 AM
stanley1610's Avatar
stanley1610 stanley1610 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Posts: 250 stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level)stanley1610 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 16 h 15 m 52 sec
Reputation Power: 8
Yes, I am finding a good solution for a team.
Is Esclipe a good idea?

mm... I might have to select between NetBeans and Esclipe
ie. robustness vs flexibility

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > Web-based Application


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway