RE: Please recommend a IDE

2002-06-05 Thread Sey, Francois

There is another one which is not mentionned on this list:
+ OptimalJ (http://javacentral.compuware.com/)

Francois

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 05, 2002 3:36 PM
To: Struts Users Mailing List
Subject: Re: Please recommend a IDE


There are many good IDEs out there and the selection
typically comes down to personal favorite.

The following IDEs are all supported by the Struts
Console software and thus make Struts development
easier:

+ Borland JBuilder (www.borland.com)
+ NetBeans (www.netbeans.org)
+ Oracle JDeveloper (www.oracle.com)
+ Sun Forte (www.sun.com)

Struts Console:
http://www.jamesholmes.com/struts/

-james
[EMAIL PROTECTED]

--- Chiming Huang [EMAIL PROTECTED] wrote:
 
 Hi,
 
 Can you please recommend a IDE for working on Tomcat
 4.0.3 + Struts 1.0.2 + Ant 1.4.1?  I am looking into
 eclipse.  But I don't know how to configure it for
 this purpose.
 
 Thanks in advance for you help.
 
 Chiming
 
 
 
 -
 Do You Yahoo!?
 Sign-up for Video Highlights of 2002 FIFA World Cup


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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


-- 
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 


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




RE: [Off Topic] get/set method generation

2002-02-01 Thread Sey, Francois

OptimalJ does that too.

http://javacentral.compuware.com/

Francois

-Original Message-
From: João Paulo G. Batistella [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 6:57 PM
To: Struts Users Mailing List
Subject: [Off Topic] get/set method generation


Anyboy knows a tool for generating get/set methods from a list of
attributes??

An example:
I have

private String name;
private int number;

And I would like to generate:
public String getName();
public void setName( String name ) ;

public int getNumber();
public void setNumber( number );

Thanks


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

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