Hello,

I'm trying to understand EJB / hibernate / java.persistence
integration with GWT.

My problem is, that I don't get the EJB-integration running.

I tried several approaches on my own projects.

This setup is, the StockWatcher-Tutorial that I finished and tried to
add the functionality to store my stocks ( in their easiest possible
version: String name) to a database.

Therefor I created in the server-package my new classes

IStockPrice
StockPriceEntity
StockPriceHome

and a new service to handle the database action(s)

StockDatabaseServiceImpl (with StockDatabaseService &
StockDatabaseServiceAsync on client-side).

Whatever I tried, I wasn't able to get the

@EJB in StockDatabaseServiceImpl running.

I published the project for all under:

https://bitbucket.org/evergrin/stockwatcherejb

Could someone please help me with this problem?

Thank you!
Norman

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to