vote up 0 vote down star

Hi,

What are the GUI tools available for JPA?

flag

3 Answers

vote up 1 vote down

Netbeans includes that feature built-in. It can create your Entity Beans right from some DB Schema. For eclipse you might check out Dali.

link|flag
vote up 0 vote down

Maybe you should be more specific in what you are searching for: code generation, visual configuration of entities / relationships between entities, visual query creation, etc.

Both Netbeans and Eclipse (with myeclipseide) have some support for JPA entity generation and relationship management.

link|flag
Actually I was aware of tools such as Dali and capabilities of Netbeans. However installing Eclipse for just JPA does not make sense for me, I just want to know the ways of dealing with entities... An little opensource tool has Dali capabilities can be greate. Thanks. – Cem Jan 21 '09 at 22:30
vote up 0 vote down

I believe MyEclipse has some tools available for JPA.

http://www.myeclipseide.com

I've personally used some of their persistence tools and have only found them useful for simple tasks. MyEclipse is a good all-around IDE though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.