GAE/Java integrates beautifully with GWT and has automatic deploy and code completion through powerful Eclipse integration ...
On Apr 16, 9:56 am, Tim Hoffman <[email protected]> wrote: > Java == python gae functionality - > Not yet > > things like geopt properties don't exist yet for java, but they no > doubt will. > The bulkupload service in python doesn't exist in java yet, but no > doubt it will > > The big difference between the two I think you will find is the > python implementation of a service is more > than likely going to be simpler (code wise) to read than java. Java > will no doubt have some very advanced libraries > that you might shoe horn into gae that don't exist in python. Java > might run faster but we will have to wait for > some benchmarks. My bet is python gae apps will possibly startup > quicker if the app is purged. > > You can get php on top of java, you won't get php written in > python ;-) > > At the end of the day use whichever tool you are comfortable - > (knowing that java is way more experimental on > gae at the moment) > > I personally will stick with python. Java just adds complexity that I > find unnecessary ;-) but I am not > trying to port existing apps to gae. > > Just my 2c worth. > > Tim > > On Apr 16, 9:47 am, lok <[email protected]> wrote: > > > How about the function in Google App Engine > > is it everything in GAE can done by Python = can be done by Java in > > GAE ?? > > > On Apr 15, 11:06 pm, 风笑雪 <[email protected]> wrote: > > > > I can give you some result of db operation using Python. > > > I did this test last week, but I can't find my code now... > > > > Someone can give a Java benchmark? > > > > result unit: second > > > > add 100 entities: > > > > 1.07751011848 > > > 1.78107213974 > > > 0.826889038086 > > > 2.46827101707 > > > 0.966767072678 > > > > fetch 100 entities: > > > > 0.0892021656036 > > > 0.108892917633 > > > 0.105209112167 > > > 0.0894641876221 > > > 0.1026699543 > > > > update 100 entities: > > > > 0.893841028214 > > > 0.999007940292 > > > 1.11865115166 > > > 1.06479501724 > > > 0.981703996658 > > > > delete 100 entities: > > > > 0.81419301033 > > > 0.84040594101 > > > 0.949120998383 > > > 0.903990030289 > > > 0.863884925842 > > > > 2009/4/15 Sylvain <[email protected]> > > > > > We need a benchmark :) > > > > > On 15 avr, 16:32, 风笑雪 <[email protected]> wrote: > > > > > I think right now, Python is more powerful and easier than Java in > > > > GAE.You > > > > > need much less configuration and code to do a same thing in Python. > > > > > > In my opinion, Python will save you 60% to 80% time of coding, but > > > > > runs 5 > > > > to > > > > > 10 times slower than Java. > > > > > However, about 80% time is cost in db operation, and there won't be > > > > > much > > > > > difference their performance. (I haven't test it yet.) > > > > > > 2009/4/15 lok <[email protected]> > > > > > > > As my corp only use .net and Java > > > > > > My SA told me to study what is the difference between Java and > > > > > > Python > > > > > > in terms of their functionality and performance . > > > > > > Is that everything can be done by Python can also be done by java > > > > > > in > > > > > > Google App ?- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
