RE: [Off Topic] get/set method generation

2002-02-06 Thread Mac Ferguson

Eclipse rocks! but anyone who's thinking of using it should grab the stable
nightly build as it's much slicker than the V1 release. I've been using it
heavily at work for a month and it's rock solid. 

-Original Message-
From: Dirk Storck [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 5:09 AM
To: 'Struts Users Mailing List'
Subject: AW: [Off Topic] get/set method generation


eclipse from ibm does it too!!!

-Ursprüngliche Nachricht-
Von: Sey, Francois [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 1. Februar 2002 16:22
An: 'Struts Users Mailing List'
Betreff: RE: [Off Topic] get/set method generation


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]


--
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]




Re: [Off Topic] get/set method generation

2002-02-01 Thread Christopher Barham


Hi,

ref get/set generation - in Forte and netbeans IDE's you can select the
vars in the explorer, or highlight the fields in the source editor.  right
click and select Tools then Generate R/W property for field. from the
pop-up menu.
Netbeans is a free IDE from - http://www.netbeans.org
Forte is a commercial implementation bulit on the netbeans source base form
Sun, which also has a free version in the product family -
http://www.sun.com/ffj

Regards

Chris



   

João Paulo

G.   To: Struts Users Mailing List 
[EMAIL PROTECTED]
Batistella  cc:   

[EMAIL PROTECTED]Subject: [Off Topic] get/set method 
generation
om.br 

   

31/01/02   

18:26  

Please 

respond to 

Struts Users  

Mailing List  

   

   





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






--
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]




RE: [Off Topic] get/set method generation

2002-01-31 Thread Lawrence, Jane K

Together Control Center does this.  As you build your class diagram
it sets up the getter and setter methods.

I'm sure other IDEs do the same thing.

- JKL

 -Original Message-
 From: João Paulo G. Batistella [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 31, 2002 10:57 AM
 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]




RE: [Off Topic] get/set method generation

2002-01-31 Thread Jon.Ridgway

Hi,

XDoclet may help. It does a lot more but..

Jon.

-Original Message-
From: João Paulo G. Batistella [mailto:[EMAIL PROTECTED]] 
Sent: 31 January 2002 17:57
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]




RE: [Off Topic] get/set method generation

2002-01-31 Thread Anthony Martin

JBuilder5 does this.  When you are done making the list of variables, click
the Bean tab, then the Properties tab.  You'll see your variables sitting
there without getter/setter checkboxes.  Check them, and you'll have the
methods.  It even fills in the body, which your example left out.


Anthony

-Original Message-
From: João Paulo G. Batistella [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 9:57 AM
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]




Re: [Off Topic] get/set method generation

2002-01-31 Thread Dustin Aleksiuk

I almost finshed one yesterday, and I'll probably have it done tomorrow.  I've
been working on in the little snippets of free time I get during the day.  I
wrote it because I use the light version of JCreator to write code, and it
doesn't do getters and setters, and that's the only thing I miss.

Anyway, I can send it to you if you want.

Dustin

Jon.Ridgway wrote:

 Hi,

 XDoclet may help. It does a lot more but..

 Jon.

 -Original Message-
 From: João Paulo G. Batistella [mailto:[EMAIL PROTECTED]]
 Sent: 31 January 2002 17:57
 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]

--
Dustin Aleksiuk
Tools and Practices Team
TransCanada Tower - 2564A
403-920-5744



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




Re: [Off Topic] get/set method generation

2002-01-31 Thread Jonathan Gibbons


There are loads of them, for example the LowRoad

http://www.faraway.co.uk/tallosft/lowroad/

But its a little heavy if all you want is get and set.   Others may suggest XDoclet, 
I'd suggest you simply write your own.  It will take you all of 5 or 10 minutes.

Jonathan


 Message History 



From: João Paulo G. Batistella [EMAIL PROTECTED] on 31/01/2002 14:56 Z3003

Please respond to Struts Users Mailing List [EMAIL PROTECTED]

To:   Struts Users Mailing List [EMAIL PROTECTED]
cc:
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]






--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



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