I am using GWT +GAE for my current project.  I am doing all of the
coding in eclipse.  I want to add objectify to communicate with the
datastore and to use the POJO that I use for the datastore/objectify
as objects passed back via RPC as described here:
http://code.google.com/p/objectify-appengine/wiki/ObjectifyWithGWT

I have added the objectify-2.2.jar to the war/WEB-INF/lib.

I also added <inherits name='com.googlecode.objectify.Objectify' /> to
myappname.gwt.xml file.  According to the instructions that should be
all I need.

If I create a class in the .server package I get a flag in eclipse for
all of the objectify commands I have.  For example for the line
Objectify ofy = ObjectifyService.begin();
I get the error:

Multiple markers at this line
        - Objectify cannot be resolved
         to a type
        - ObjectifyService cannot be
         resolved

I have read all of the documentation on the objectify website but I
can't figure out how to use objectify.Is there something you guys see
I am missing, or is there a good getting started tutorial on using
Objectify with GWT+GAE.

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

Reply via email to