Google App Engine Supports Java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Google App Engine Supports Java

porkiey
As per this announcement - http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html - I am now wondering if I can run OfBiz from it?
Reply | Threaded
Open this post in threaded view
|

Re: Google App Engine Supports Java

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

http://code.google.com/appengine/docs/java/gettingstarted/installing.html
http://code.google.com/appengine/docs/java/jrewhitelist.html

from the looks of it NO.

Sam Hamilton sent the following on 4/7/2009 10:01 PM:
> As per this announcement - http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html - I am now wondering if I can run OfBiz from it?
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ3GgbrP3NbaWWqE4RAhbDAJ4qRXj/DkBYBmNBiqRlOdIh+X9wAgCgodFL
GtRua3iefkoKdH1GY+yzBQI=
=QNhO
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Google App Engine Supports Java

Chris Howe-2
I wouldn't expect App Engine to run OFBiz OOTB.  Could you go into detail on
where the specific roadblocks are?

Chris Howe



On Wed, Apr 8, 2009 at 4:02 AM, BJ Freeman <[hidden email]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> http://code.google.com/appengine/docs/java/gettingstarted/installing.html
> http://code.google.com/appengine/docs/java/jrewhitelist.html
>
> from the looks of it NO.
>
> Sam Hamilton sent the following on 4/7/2009 10:01 PM:
> > As per this announcement -
> http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html- I am now wondering if I can run OfBiz from it?
> >
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJ3GgbrP3NbaWWqE4RAhbDAJ4qRXj/DkBYBmNBiqRlOdIh+X9wAgCgodFL
> GtRua3iefkoKdH1GY+yzBQI=
> =QNhO
> -----END PGP SIGNATURE-----
>
Reply | Threaded
Open this post in threaded view
|

Re: Google App Engine Supports Java

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

we have many libraries that are not on the whitelist.
I would expect that modification to ofbiz would be the same as running
under a Stalled tomcat, so I don't see that as a problem.


Chris Howe sent the following on 4/8/2009 7:08 AM:

> I wouldn't expect App Engine to run OFBiz OOTB.  Could you go into detail on
> where the specific roadblocks are?
>
> Chris Howe
>
>
>
> On Wed, Apr 8, 2009 at 4:02 AM, BJ Freeman <[hidden email]> wrote:
>
> http://code.google.com/appengine/docs/java/gettingstarted/installing.html
> http://code.google.com/appengine/docs/java/jrewhitelist.html
>
> from the looks of it NO.
>
> Sam Hamilton sent the following on 4/7/2009 10:01 PM:
>>>> As per this announcement -
> http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html- I am now wondering if I can run OfBiz from it?
>>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ3MnvrP3NbaWWqE4RAj12AJ4za4LOPCohAvFk6gxwj5fSOhU2sQCgo/nf
gJ6QPetlsgLWzxEgXeNzQVc=
=410P
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Google App Engine Supports Java

aswath narayana
Google App Engine has its own datastore.  The datastore could be accessed
using
Java Data Objects <http://java.sun.com/jdo/index.jsp> and Java Persistence
API <http://java.sun.com/developer/technicalArticles/J2EE/jpa/>.   See more
at
http://code.google.com/appengine/docs/java/gettingstarted/usingdatastore.html

In addition to other unknown things to make OFBiz on Google App engine,
I think making OFBiz entity engine work with Google datastore could be the
biggest task.
I am thinking there are two options here,
1. Make OFBiz Entity engine to support Google datastore
2. Or Make OFBiz Entity engine support  DataNucleas
Access<http://www.datanucleus.org/>platform.

If you know other things that need to be addressed, continue to use this
thread for discussion.

-Aswath


On Wed, Apr 8, 2009 at 9:29 PM, BJ Freeman <[hidden email]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> we have many libraries that are not on the whitelist.
> I would expect that modification to ofbiz would be the same as running
> under a Stalled tomcat, so I don't see that as a problem.
>
>
> Chris Howe sent the following on 4/8/2009 7:08 AM:
> > I wouldn't expect App Engine to run OFBiz OOTB.  Could you go into detail
> on
> > where the specific roadblocks are?
> >
> > Chris Howe
> >
> >
> >
> > On Wed, Apr 8, 2009 at 4:02 AM, BJ Freeman <[hidden email]> wrote:
> >
> >
> http://code.google.com/appengine/docs/java/gettingstarted/installing.html
> > http://code.google.com/appengine/docs/java/jrewhitelist.html
> >
> > from the looks of it NO.
> >
> > Sam Hamilton sent the following on 4/7/2009 10:01 PM:
> >>>> As per this announcement -
> >
> http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html-I am now wondering if I can run OfBiz from it?
> >>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFJ3MnvrP3NbaWWqE4RAj12AJ4za4LOPCohAvFk6gxwj5fSOhU2sQCgo/nf
> gJ6QPetlsgLWzxEgXeNzQVc=
> =410P
> -----END PGP SIGNATURE-----
>