Struts, Eclipse or Jakarta Ants ??

kmthien

Senior member
Oct 8, 2002
363
0
0
Hi,

Which one of the above framework is the best and fastest and easiest for development and deployment ?
 

kmthien

Senior member
Oct 8, 2002
363
0
0
Haiya ..... u guys ah ..... so lousy yah !! don't even want to help ah !! Pls help lah .... sigh........ !!
 

hstang

Junior Member
Sep 19, 2002
2
0
0
Hi there,

I'll try to help as best as I can but we need some clarification:

Only Struts of the three you listed is predominantly used as a framework. Struts is an MVC framework for developing web applications.

Although Eclipse has been designed from the beginning to support "plug-ins", it's really known as an IDE.

ANT is used for packaging and deployment purposes. ANT is definitely more useful than this.

These tools/frameworks don't really compete with each other, they complement each other well in developing applications.

If you have further questions, send an email at hstang@s3dev.net.
 

Softballslug

Senior member
Feb 22, 2000
397
0
0
Do a search on google for each of the items you listed and you will get MORE information than you can handle.

Here is the lowdown:

1) Struts is an application "framework" or structure on which to base your web application.
2) Eclipse is an IDE which allows you to code and compile your application code
3) Ant is a scripting build tool which can also compile and deploy your code...

time to read up..
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Go easy on the coffee, don't bumb every 15 minutes.

You've gotten several answers.
 

ApacheXMD

Platinum Member
Oct 9, 1999
2,765
0
0
to his credit, he's bumps have been at *least* 11 hours apart. and that's only one instance. Mostly he's been bumping days apart.

-patchy
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Originally posted by: ApacheXMD
to his credit, he's bumps have been at *least* 11 hours apart. and that's only one instance. Mostly he's been bumping days apart.

-patchy

Oups, only looked at the time, not the date :eek: :confused:
 

peterskm

Member
Jan 24, 2002
154
0
76
Use eclipse to develop and application using the Strus framework. Deploy it to JBoss using ant.

Done.