I pulled the needed bits together from various sources, both official and from the wild. I'm going to get this up quick, then will update it with more detail when/if needed.
So, the short of it, get GWT pulling data from Hibernate, using Gilead to properly serialize the objects for transfer.
Here is the constructor for the server-side RPC implementation:
I pulled the needed bits together from various sources, both official and from the wild. I'm going to get this up quick, then will update it with more detail when/if needed.
So, the short of it, get GWT pulling data from Hibernate, using Gilead to properly serialize the objects for transfer.
Here is the constructor for the server-side RPC implementation:
{syntaxhighlighter brush:java}
public class TestServiceImpl
extends PersistentRemoteService
implements TestService {
private HibernateUtil gileadHibernateUtil = new HibernateUtil();
/**
* Constructor
*/