thanks will try doing it .. will let you know the result folks .. Thanks, Sanjeev
On Fri, Mar 5, 2010 at 12:21 AM, Toby Reyelts <[email protected]> wrote: > > On Thu, Mar 4, 2010 at 1:30 PM, Ikai L (Google) <[email protected]> wrote: > >> Configuring static resources is done via the standard servlets web.xml >> file: >> >> http://code.google.com/appengine/docs/java/config/appconfig.html >> >> I'd try a search on Google for web.xml and "static" - there should be >> plenty of examples. >> > > This is actually configured in appengine-web.xml, not web.xml. (The > documentation that Ikai linked to has this correct). But for your purposes, > you don't need to do anything but put the javafx folder in the root of your > webapp (the same as it is in the python sample). For Java, all files in the > root of the webapp are automatically considered to be both static and > resource files. > > For the mainapp.py part, you need to create an equivalent servlet and > register it in your web.xml. > > >> >> On Wed, Mar 3, 2010 at 10:12 PM, Sanjeev Singh >> <[email protected]>wrote: >> >>> Here is the link .. >>> http://110j.wordpress.com/2008/12/31/javafx-on-google-app-engine/ >>> Seems we have to register static folder in app.yaml and followed by other >>> process .. Don't what is applicable in App-engine for java. >>> >>> It seems that folder or some files I have to declare in web.xml or some >>> other file. >>> >>> >>> On Thu, Mar 4, 2010 at 6:26 AM, Ikai L (Google) <[email protected]>wrote: >>> >>>> Can you post the URL to the Python example? >>>> >>>> On Wed, Mar 3, 2010 at 12:44 PM, Sanjeev <[email protected]>wrote: >>>> >>>>> Hi All, >>>>> >>>>> I am just looking for any tutorial or any standard process which can >>>>> be followed so as to deploy a JavaFX application on Appengine for >>>>> java ... Please help me in this regard. I already found 1 page >>>>> regarding this but it was dedicated for the Python appengine. Let me >>>>> know if deploying a JavaFx application is supported by Google App >>>>> Engine for Java. >>>>> >>>>> Highly appreciate if somebody can help me. >>>>> >>>>> 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 >>>>> [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<google-appengine-java%[email protected]> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/google-appengine-java?hl=en. >>>>> >>>>> >>>> >>>> >>>> -- >>>> Ikai Lan >>>> Developer Programs Engineer, Google App Engine >>>> http://googleappengine.blogspot.com | http://twitter.com/app_engine >>>> >>>> -- >>>> 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 >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<google-appengine-java%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine-java?hl=en. >>>> >>> >>> >>> >>> -- >>> Sanjeev Singh >>> Application Engineer >>> Oracle EBiz Suite >>> +91-9000406180 >>> >>> -- >>> 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 >>> [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<google-appengine-java%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-appengine-java?hl=en. >>> >> >> >> >> -- >> Ikai Lan >> Developer Programs Engineer, Google App Engine >> http://googleappengine.blogspot.com | http://twitter.com/app_engine >> >> -- >> 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 >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- Sanjeev Singh Application Engineer Oracle EBiz Suite +91-9000406180 -- 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 [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-appengine-java?hl=en.
