[appengine-java] Ant with GWT 2.0

2010-03-17 Thread Iqbal Yusuf Dipu
Hi

Is it possible to use Ant to run development server for GWT 2.0? Is
there any tutorial available?

Thanks.

Iqbal

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Jersey + Guice

2010-03-09 Thread Iqbal Yusuf Dipu
http://wp.me/PnkVx-2Z
A mini tutorial on
JAX-RS Jersey + Guice + Objectify + Simple XML + Jackson on Google
App Engine Java

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Tutorial : GWT UiBinder with JAX-RS Jersey and Objectify on Google App Engine @ http://wp.me/PnkVx-1S

2010-02-03 Thread Iqbal Yusuf Dipu
Tutorial : GWT UiBinder with JAX-RS Jersey and Objectify on Google App
Engine @ http://wp.me/PnkVx-1S

Iqbal

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: jaxb-impl version?

2010-01-28 Thread Iqbal Yusuf Dipu
I'm kind of in the same boat. May we know which version of JAX-B
implementation is being supported in App Engine?

Thanks.

IY

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Datastore W/O JDO or JPA??

2009-12-28 Thread Iqbal Yusuf Dipu
@jd and @ vbart thanks for your input. I have also found Objectify, it
feels RESTful.

http://code.google.com/p/objectify-appengine/

People please post more projects (if  there are more) so that we can
create a list of JDO/JPA alternatives here.

Thanks.

Iqbal

--

You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Datastore W/O JDO or JPA??

2009-12-27 Thread Iqbal Yusuf Dipu
We have Siena and SimpleDS as alternative to JDO and JPA. Are there
any other libraries exist?

Thanks.

--

You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Discussion on will-it-play-in-app-engine

2009-12-01 Thread Iqbal Yusuf Dipu
On your blog entry here -- 
http://blogs.sun.com/sandoz/entry/jersey_apps_can_now_be

I tried the link http://jersey-jax-rs.appspot.com/test/resource; and
I get



This page contains the following errors:

error on line 1 at column 1: Document is empty
Below is a rendering of the page up to the first error.

--

You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-09 Thread Iqbal Yusuf Dipu

@Roy thanks. After I installed libstdc++.so.5 GWT is running fine.

Iqbal

On Nov 8, 11:33 pm, Roy Smith roy.smith@googlemail.com wrote:
 The clue is libstdc++.so.5: cannot open shared object file: No such file or
 directory

 Try googling this along with apt-get.

 9.10 switched from stdc5 to stdc6, so you need to install the legacy stdc5
 package. It's a common problem with 9.10 and nothing to do with Eclipse or
 GAE

 On Mon, Nov 9, 2009 at 5:08 AM, Iqbal Yusuf Dipu
 iqbalyusufd...@gmail.comwrote:





  I'm a total newbi as far as Ubuntu/Linux is concern. I'm using Ubuntu
  9.10, Eclipse 3.5 and having the problem as mentioned above even
  though I've set my environment as

  export GDK_NATIVE_WINDOWS=1

  ** Unable to load Mozilla for hosted mode **
  java.lang.UnsatisfiedLinkError: /home/iyusuf/bin/packages/eclipse3.5/
  plugins/com.google.gwt.eclipse.sdkbundle.linux_1.7.1.v200909221731/gwt-
  linux-1.7.1/mozilla-1.7.12/libxpcom.so: libstdc++.so.5: cannot open
  shared object file: No such file or directory
          at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1003)
         at com.google.gwt.dev.shell.moz.MozillaInstall.load
  (MozillaInstall.java:190)
         at com.google.gwt.dev.BootStrapPlatform.initHostedMode
  (BootStrapPlatform.java:53)
         at com.google.gwt.dev.HostedModeBase.init(HostedModeBase.java:362)
         at
  com.google.gwt.dev.SwtHostedModeBase.init(SwtHostedModeBase.java:
  127)
         at com.google.gwt.dev.HostedMode.init(HostedMode.java:271)
         at com.google.gwt.dev.HostedMode.main(HostedMode.java:230)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: Exception while trying to run app

2009-10-24 Thread Iqbal Yusuf Dipu

I just updated my sdk to 1.2.6 and having the same problem as
described in above mail. I'm using Eclipse Galileo. The project that
I'm working on was working just fine till day before yesterday.

Thanks.

Iqbal Yusuf Dipu

Unable to start embedded HTTP server
java.lang.RuntimeException: Unable to locate the App Engine agent.
Please use dev_appserver, KickStart,  or set the jvm flag: -
javaagent:sdk_root/lib/agent/appengine-agent.jar
at
com.google.appengine.tools.development.DevAppServerFactory.testAgentIsInstalled
(DevAppServerFactory.java:102)
at
com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer
(DevAppServerFactory.java:77)
at
com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer
(DevAppServerFactory.java:38)
at com.google.appengine.tools.development.gwt.AppEngineLauncher.start
(AppEngineLauncher.java:79)
at com.google.gwt.dev.HostedMode.doStartUpServer(HostedMode.java:365)
at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:589)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:397)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
Caused by: java.lang.NoClassDefFoundError: com/google/appengine/tools/
development/agent/AppEngineDevAgent
at
com.google.appengine.tools.development.DevAppServerFactory.testAgentIsInstalled
(DevAppServerFactory.java:98)
... 7 more
Caused by: java.lang.ClassNotFoundException:
com.google.appengine.tools.development.agent.AppEngineDevAgent
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 8 more
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[appengine-java] Re: Exception while trying to run app

2009-10-24 Thread Iqbal Yusuf Dipu

Solution to my problem was found here...

http://groups.google.com/group/google-appengine-java/browse_thread/thread/df660675d21c64f0/0ec957ca22ffc877?lnk=gstq=Unable+to+locate+the+App+Engine+agent.#0ec957ca22ffc877

Thanks.

Iqbal Yusuf Dipu
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---