[Lift] Re: Can we deploy lift webapp on Google App Engine?

2009-09-30 Thread justss

Thanks all, you guys are genius!!! I'll soon get started on this...

On Sep 30, 5:16 am, Randinn rand...@gmail.com wrote:
 Tryhttp://github.com/ymnk/lift-gae-jdofor a example, personally I
 don't care for the limited approach GEA gives you, but that's me

 On Sep 30, 9:22 am, Sury surysha...@gmail.com wrote:

  Thanks a lot ;-)

  On 29 Sep 2009, at 06:54 PM, TylerWeir tyler.w...@gmail.com wrote:

   google for lift appengine there a few out there.

   On Sep 29, 11:05 am, justss surysha...@gmail.com wrote:
   Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
   documentation for this... sorry to be bothering you for that. Any
   tutorial would be of great help.

   Cheers.

   On Sep 29, 2:08 pm, TylerWeir tyler.w...@gmail.com wrote:

  http://lift-example.appspot.com

   There are caveats though, the major one is the lack of actors.

   On Sep 29, 8:53 am, justss surysha...@gmail.com wrote:

   Hi All,

   I'm brand new to Scala and lift framework. I have created a very
   simple hello world web app in lift framework and deployed it
   successfully on tomcat.
   Now I want to know whether I can deploy the same lift application  
   on
   Google app engine or not? I have the war ready, so in I thought  
   that
   it should have been as simple as deploying any war on tomcat or
   websphere!!! But I see it is not ;-(
   Can anyone please guide me as to how I can deploy my mini lift  
   app on
   GAE?

   Thanks in advance.
   A Newbie

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Can we deploy lift webapp on Google App Engine?

2009-09-29 Thread TylerWeir

http://lift-example.appspot.com

There are caveats though, the major one is the lack of actors.

On Sep 29, 8:53 am, justss surysha...@gmail.com wrote:
 Hi All,

 I'm brand new to Scala and lift framework. I have created a very
 simple hello world web app in lift framework and deployed it
 successfully on tomcat.
 Now I want to know whether I can deploy the same lift application on
 Google app engine or not? I have the war ready, so in I thought that
 it should have been as simple as deploying any war on tomcat or
 websphere!!! But I see it is not ;-(
 Can anyone please guide me as to how I can deploy my mini lift app on
 GAE?

 Thanks in advance.
 A Newbie
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Can we deploy lift webapp on Google App Engine?

2009-09-29 Thread TylerWeir

google for lift appengine there a few out there.

On Sep 29, 11:05 am, justss surysha...@gmail.com wrote:
 Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
 documentation for this... sorry to be bothering you for that. Any
 tutorial would be of great help.

 Cheers.

 On Sep 29, 2:08 pm, TylerWeir tyler.w...@gmail.com wrote:

 http://lift-example.appspot.com

  There are caveats though, the major one is the lack of actors.

  On Sep 29, 8:53 am, justss surysha...@gmail.com wrote:

   Hi All,

   I'm brand new to Scala and lift framework. I have created a very
   simple hello world web app in lift framework and deployed it
   successfully on tomcat.
   Now I want to know whether I can deploy the same lift application on
   Google app engine or not? I have the war ready, so in I thought that
   it should have been as simple as deploying any war on tomcat or
   websphere!!! But I see it is not ;-(
   Can anyone please guide me as to how I can deploy my mini lift app on
   GAE?

   Thanks in advance.
   A Newbie


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Can we deploy lift webapp on Google App Engine?

2009-09-29 Thread Sury

Thanks a lot ;-)


On 29 Sep 2009, at 06:54 PM, TylerWeir tyler.w...@gmail.com wrote:


 google for lift appengine there a few out there.

 On Sep 29, 11:05 am, justss surysha...@gmail.com wrote:
 Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
 documentation for this... sorry to be bothering you for that. Any
 tutorial would be of great help.

 Cheers.

 On Sep 29, 2:08 pm, TylerWeir tyler.w...@gmail.com wrote:

 http://lift-example.appspot.com

 There are caveats though, the major one is the lack of actors.

 On Sep 29, 8:53 am, justss surysha...@gmail.com wrote:

 Hi All,

 I'm brand new to Scala and lift framework. I have created a very
 simple hello world web app in lift framework and deployed it
 successfully on tomcat.
 Now I want to know whether I can deploy the same lift application  
 on
 Google app engine or not? I have the war ready, so in I thought  
 that
 it should have been as simple as deploying any war on tomcat or
 websphere!!! But I see it is not ;-(
 Can anyone please guide me as to how I can deploy my mini lift  
 app on
 GAE?

 Thanks in advance.
 A Newbie


 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Can we deploy lift webapp on Google App Engine?

2009-09-29 Thread Randinn

Try http://github.com/ymnk/lift-gae-jdo for a example, personally I
don't care for the limited approach GEA gives you, but that's me

On Sep 30, 9:22 am, Sury surysha...@gmail.com wrote:
 Thanks a lot ;-)

 On 29 Sep 2009, at 06:54 PM, TylerWeir tyler.w...@gmail.com wrote:



  google for lift appengine there a few out there.

  On Sep 29, 11:05 am, justss surysha...@gmail.com wrote:
  Great TylerWeir!!! Thanks a lot... Can you please suggest any kind of
  documentation for this... sorry to be bothering you for that. Any
  tutorial would be of great help.

  Cheers.

  On Sep 29, 2:08 pm, TylerWeir tyler.w...@gmail.com wrote:

 http://lift-example.appspot.com

  There are caveats though, the major one is the lack of actors.

  On Sep 29, 8:53 am, justss surysha...@gmail.com wrote:

  Hi All,

  I'm brand new to Scala and lift framework. I have created a very
  simple hello world web app in lift framework and deployed it
  successfully on tomcat.
  Now I want to know whether I can deploy the same lift application  
  on
  Google app engine or not? I have the war ready, so in I thought  
  that
  it should have been as simple as deploying any war on tomcat or
  websphere!!! But I see it is not ;-(
  Can anyone please guide me as to how I can deploy my mini lift  
  app on
  GAE?

  Thanks in advance.
  A Newbie
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---