Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Eclipse POJO Wizards(New to Eclipse: Looking for a POJO wizard)
Eclipse POJO Wizards [message #531530] Wed, 05 May 2010 10:53 Go to next message
Carlos Conti is currently offline Carlos ContiFriend
Messages: 26
Registered: January 2010
Junior Member
Hi there,

is there such a thing? I am not developing in EJB standard, but using POJO's as JavaBeans to hold data between user interface and backend database.

Is there any pluggin or tool I have not discovered yet that for every property you can define :

[datatype]
[propertyName]

and get it automatically generated for a class?
If only available in UML related code generators, I think it will get too complicated.
Thanks for your help.

Carlos.
Re: Eclipse POJO Wizards [message #531584 is a reply to message #531530] Wed, 05 May 2010 13:28 Go to previous message
Yury Kats is currently offline Yury KatsFriend
Messages: 104
Registered: July 2009
Senior Member
On 5/5/2010 6:53 AM, Carlos Conti wrote:
> Hi there,
>
> is there such a thing? I am not developing in EJB standard, but using POJO's as JavaBeans to hold data between user interface and backend database.
>
> Is there any pluggin or tool I have not discovered yet that for every property you can define :
>
> [datatype]
> [propertyName]
>
> and get it automatically generated for a class?

I don't think there is a wizard like this. But you can
1) use a wizard to create a Java class
2) define class properties in the body of the class, as datatype propertyName;
3) have Eclipse generate class c'tors and getters/setters for all of the properties.
Previous Topic:JavaServer Faces 2.0
Next Topic:Eclipse POJO Wizards
Goto Forum:
  


Current Time: Wed Apr 24 23:13:15 GMT 2024

Powered by FUDForum. Page generated in 0.04198 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top