Re: Struts Editing in IDE

2006-08-22 Thread A.Mohan
Try myEclipse workbench  Its realy nice

-
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

RE: Struts Editing in IDE

2006-06-06 Thread Andy Dailey
I am not against paying for the capabilities.  I am very familiar with struts 
and comfortable hand keying the whole thing.  The issue I am trying to address 
is the best tool I can give/suggest to my co-workers that after a bit of 
explanation on what goes on behind the scenes (in the black or maybe not so 
black box) is the most productive and can get them going quickly.

Craig, thanks for taking the time to talk to me at JavaOne.
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan
Sent: Tuesday, June 06, 2006 1:45 AM
To: Struts Users Mailing List
Subject: Re: Struts Editing in IDE

On 6/5/06, Andrè Kapp (AJ) [EMAIL PROTECTED] wrote:


 All you need is the base Eclipse 3.2 and then MyEclipse on top of that
 -
 Standard with MyEclipse is support for Struts 1.0 /1.1/ 1.2, etc...
 Also included is support for JSF, Hibernate, Proper JSP editor,
 Database Explorer
 It wil cost you a license fee of +- $30.00 but it is money well worth
 spend.

 Here is the web-site link  http://www.myeclipseide.com/

 This is really ALL you need


Or you could do this kind of thing with NetBeans 5.0 or 5.5 beta, and spend
your $30 on more important stuff like beer :-).

However, neither of these solutions really addresses the drag and drop
request from the original poster.  The tools that support Struts have tended
to focus on automating creation of the configuration files, and making the
process of hand coding JSP pages less painful.  If you really want
visualization of what your page is going to look like at runtime, from
within a tool, you'll likely want to take a look at tools based on
JavaServer Faces (such as Sun Java Studio Creator, Oracle JDeveloper, and so
on) instead, that provide this capability as a first class feature of the
tool.

Craig McClanahan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts Editing in IDE

2006-06-06 Thread Dave Newton
Andy Dailey wrote:
 [...] allow easy development of applications using struts.  

Oooo, ooo, I have one: jumbo shrimp!

I love this game!

I just wrote Ruby scripts that create all the artifacts I need...
They'll insert action mappings, form bean defs, tile definition, JSP
stub, Action stub, and maybe other stuff I don't even remember. Since
that kind of thing is fairly application-specific I've not found an IDE
that does enough to keep me happy.

That said, I'll still take Craig's advice and drink. I mean check out
the new NetBeanseses.

Dave



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Struts Editing in IDE

2006-06-05 Thread Andy Dailey
I have been using struts for quite a while now (4 years) and am
wondering if there are any decent drag and drop capabilities within any
of the current IDE's that allow easy development of applications using
struts.  I am already familiar with jDeveloper's support.  I would like
to see what this community thinks in regards to this.  Also, is anyone
aware of anything underway with regards to Shale and integration to any
of the current IDE's.

 

Thanks.

 

Andy

 



Re: Struts Editing in IDE

2006-06-05 Thread Pankaj Gupta

Can you please suggest some good plugin for eclipse for me.

regards,
Pankaj

Andy Dailey wrote:

I have been using struts for quite a while now (4 years) and am
wondering if there are any decent drag and drop capabilities within any
of the current IDE's that allow easy development of applications using
struts.  I am already familiar with jDeveloper's support.  I would like
to see what this community thinks in regards to this.  Also, is anyone
aware of anything underway with regards to Shale and integration to any
of the current IDE's.

 


Thanks.

 


Andy

 



  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Struts Editing in IDE

2006-06-05 Thread AJ

All you need is the base Eclipse 3.2 and then MyEclipse on top of that
-
Standard with MyEclipse is support for Struts 1.0 /1.1/ 1.2, etc...
Also included is support for JSF, Hibernate, Proper JSP editor,
Database Explorer
It wil cost you a license fee of +- $30.00 but it is money well worth
spend.

Here is the web-site link  http://www.myeclipseide.com/

This is really ALL you need



-Original Message-
From: Pankaj Gupta [mailto:[EMAIL PROTECTED]
Sent: 06 June 2006 07:18 AM
To: Struts Users Mailing List
Subject: Re: Struts Editing in IDE

Can you please suggest some good plugin for eclipse for me.

regards,
Pankaj

Andy Dailey wrote:
 I have been using struts for quite a while now (4 years) and am
 wondering if there are any decent drag and drop capabilities within
 any of the current IDE's that allow easy development of applications

 using struts.  I am already familiar with jDeveloper's support.  I
 would like to see what this community thinks in regards to this. 
 Also, is anyone aware of anything underway with regards to Shale and

 integration to any of the current IDE's.

 

 Thanks.

 

 Andy

 


  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


~~
This e-mail and its contents are subject to the Telkom SA Limited
e-mail legal notice available at
http://www.telkom.co.za/TelkomEMailLegalNotice.PDF
~~

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts Editing in IDE

2006-06-05 Thread Craig McClanahan

On 6/5/06, Andrè Kapp (AJ) [EMAIL PROTECTED] wrote:



All you need is the base Eclipse 3.2 and then MyEclipse on top of that
-
Standard with MyEclipse is support for Struts 1.0 /1.1/ 1.2, etc...
Also included is support for JSF, Hibernate, Proper JSP editor,
Database Explorer
It wil cost you a license fee of +- $30.00 but it is money well worth
spend.

Here is the web-site link  http://www.myeclipseide.com/

This is really ALL you need



Or you could do this kind of thing with NetBeans 5.0 or 5.5 beta, and spend
your $30 on more important stuff like beer :-).

However, neither of these solutions really addresses the drag and drop
request from the original poster.  The tools that support Struts have tended
to focus on automating creation of the configuration files, and making the
process of hand coding JSP pages less painful.  If you really want
visualization of what your page is going to look like at runtime, from
within a tool, you'll likely want to take a look at tools based on
JavaServer Faces (such as Sun Java Studio Creator, Oracle JDeveloper, and so
on) instead, that provide this capability as a first class feature of the
tool.

Craig McClanahan