I want know if exist some container jpa to j2se ? At vaadin I use JPAContainer, is there something like that to j2se ?
Asked
Active
Viewed 170 times
0
-
JPA can be used in Java SE. What's the problem? – JB Nizet Aug 22 '14 at 18:52
-
@JBNizet no problem ! I want know if exist some Container to work with JPA at J2SE. As I did say at Vaadin I use JPAContainer that is a Container to JPA. – FernandoPaiva Aug 22 '14 at 18:55
-
I don't know what you mean by container. It must be a Vaadin specific thing. You can use the JPA API in Java SE. – JB Nizet Aug 22 '14 at 18:56
-
all right. I already use JPA with j2se. – FernandoPaiva Aug 22 '14 at 18:59
-
You can use JPA with Swing, for [example](http://stackoverflow.com/a/2531942/230513), as suggested in this possible [duplicate](http://stackoverflow.com/q/3422516/230513). – trashgod Aug 23 '14 at 01:33