rheilgm
rheilgm

Reputation: 13

What are the prerequisites in learning google app engine for java?

i want to try learning GAEJ but i dont know where to start.. do i need to start learning java first? then xml and then proceed to GAEJ? or go straight for GAEJ w/o learning java and xml? any suggestion would be appreciated...

Upvotes: 1

Views: 229

Answers (2)

ninjascript
ninjascript

Reputation: 1751

I don't know if you've seen Google's getting started documentation yet, but it's got a great DIY tutorial for getting an app up and running.

You are going to be at a bit of a disadvantage if you don't know Java yet, but that's no reason not to dive right in to GAEJ -- just make sure you have the Java API handy to look things up as you go.

Upvotes: 1

citizen conn
citizen conn

Reputation: 15390

It depends on what you are doing. You actually don't need to know any Java at all to host an application on GAE. HTML and the Eclipse Plugin are good enough.

If you want to do more complex things, though such as using the Datastore or User Authentication, then I suggest learning Java. You can try to use GAE as an outlet to learn Java, i.e. learn them simultaneously.

Upvotes: 1

Related Questions