Hello *,

I've started this short thread on the tomEE users ml:

http://markmail.org/message/3asqvvptnkieknq5

The final answer sounds to me like "if you want to use resources injection 
through JPA annotations in a wicket application, your best bet is Java-EE-
Inject"

https://github.com/wicketstuff/core/wiki/Java-EE-Inject

which in turn states that:

"With JavaEE Inject you can use in your wicket components three annotations:    
 
@EJB, @PersistenceUnit, @Resource". 

What about @Entity, @Table, @Id, @GeneratedValue and friends? 

What's the simplest way to use JPA annotations and dependency injection 
threreof in a wicket application?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to