If you have a very large and complex Java application, it might be easier 
to simply run it (unchanged) on GCE rather than attempt to shorehorn it in 
to App Engine's architecture.  You could migrate functionality to App 
Engine over time.  

You still have to "manage" GCE instances (they don't autoscale, etc.), but 
they do offer auto-migration across data centres (a pretty neat feature). 
If you can trim your instance size down in memory the small instances are 
very inexpensive. 


On Wednesday, February 12, 2014 11:32:24 PM UTC-4, Tapir wrote:
>
>
>
> On Sunday, February 9, 2014 11:48:44 PM UTC+8, Warren Strange wrote:
>>
>>
>>
>> Google Compute Engine would probably be a better option for a large 
>> legacy Java code base.
>>
>
> Haven't noticed your reply before.
> Could you please explain more?
>  
>
>>
>> On Friday, February 7, 2014 12:16:14 AM UTC-4, Tapir wrote:
>>>
>>> For the size of my project, I think it is impractical to port it to 
>>> other languages. :(
>>> I tried python and go, their warmup time is very short. For python, it 
>>> is less than one second, for go, it is less than 0.5 second I think.
>>> But Java still has a big advantage: large quantity of libraries.
>>> So if GAE team can make the warmup time of a pure jsp/servelt project be 
>>> less than 1.5 seconds, I will be still happy to stick to Java.
>>>
>>> On Friday, February 7, 2014 2:28:04 AM UTC+8, Rafael Sanches wrote:
>>>>
>>>> Depends on the size of your project.
>>>>
>>>> I started with plain java/jsp. 
>>>>
>>>> As the project grew the overhead of maintenance was so big that we 
>>>> opted to moving everything to spring-mvc. 
>>>>
>>>> That move increased the instance boot time from 7 to 35 seconds. In 
>>>> order to overcome cold startups we had to add 6 extra "resident" 
>>>> instances. 
>>>> It means a monthly $300 commitment just to run an MVC framework.
>>>>
>>>> Yes. It's frustrating and expensive.
>>>>
>>>> I wouldn't advising starting a java project in appengine. It seems 
>>>> they're investing much more on other languages.
>>>>
>>>> Thanks
>>>> Rafa
>>>> On Feb 5, 2014 9:36 PM, "Tapir" <tapi...@gmail.com> wrote:
>>>>
>>>>> Is it worth dong it?
>>>>>
>>>>> -- 
>>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "Google App Engine" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to google-appengi...@googlegroups.com.
>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>> Visit this group at http://groups.google.com/group/google-appengine.
>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to