Hi,
You can create servlets without GWT:
- you have to follow
http://code.google.com/appengine/docs/java/runtime.html#Requests_and_Servlets
for a tutorial
- you have to update web.xml for this servlet according to
http://code.google.com/appengine/docs/java/config/webxml.html#About_Deployment_Descriptors
don't hesitate if you have any more questions
regards
didier
On Jan 7, 7:19 pm, praveenesh kumar <[email protected]> wrote:
> Hello everyone..!!
>
> I am newbie to GAE. I am using Eclipse 3.5.1 . I have download the plugins
> also. I am able to run ad deploy simple hello world project on GAE without
> using GWT.
>
> I was reading some tutorial on GAE on net. It was written to create a new
> servlet.
> I am not using GWT. But whenever I am trying to create a new servlet by
> right clicking on my src folder (src-> new -> Servlet, I am not able to see
> any project in WEB PROJECT listing. However, if I create normal dynamic web
> application project, I am able to create servlets using this method. But in
> case of GAE, its not working.
>
> Can anyone help me , how to create servlet in Google web application project
> without using GWT ?
>
> or
>
> Do I have to do it manually without using Eclipse ?
>
> Thank you.
--
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.