Did anyone try deplpying ofbiz on google app engine platform? I want to try
it and just wondering if anyone has done in pas, I can use his experience. Sudhir |
Cool
Try your best Tri Người ngồi đó, với cây chì đỏ. Vạch đường đi, từng bước, từng giờ... -----Original Message----- From: sudhir singh [mailto:[hidden email]] Sent: Friday, December 16, 2011 8:45 AM To: [hidden email] Subject: Deployment on Appengine Did anyone try deplpying ofbiz on google app engine platform? I want to try it and just wondering if anyone has done in pas, I can use his experience. Sudhir |
I'm sure in that you can't deploy on Google App Engine because it
restricts a lot of Java classes and uses, like threads and reflection. But if you rewrite some parts on the code, for ex.: JobManager (and all depending libraries) to not use threads, then it's possible to do that. IMHO the Ofbiz project itself can benefit from experimenting with Google App Engine modifications because it will have a good impact on perfomance. On Fri, Dec 16, 2011 at 3:14 AM, djjava <[hidden email]> wrote: > Cool > Try your best > Tri > > Người ngồi đó, với cây chì đỏ. Vạch đường đi, từng bước, từng giờ... > > -----Original Message----- > From: sudhir singh [mailto:[hidden email]] > Sent: Friday, December 16, 2011 8:45 AM > To: [hidden email] > Subject: Deployment on Appengine > > Did anyone try deplpying ofbiz on google app engine platform? I want to try it and just wondering if anyone has done in pas, I can use his experience. > > Sudhir > |
On the other hand, hosting services are a commodity and it is far easier
and cheaper to change services than to rewrite OFBiz. -Adrian On 12/17/2011 12:51 PM, Daniel McAllister wrote: > I'm sure in that you can't deploy on Google App Engine because it > restricts a lot of Java classes and uses, like threads and reflection. > > But if you rewrite some parts on the code, for ex.: JobManager (and > all depending libraries) to not use threads, then it's possible to do > that. > > IMHO the Ofbiz project itself can benefit from experimenting with > Google App Engine modifications because it will have a good impact on > perfomance. > > On Fri, Dec 16, 2011 at 3:14 AM, djjava<[hidden email]> wrote: >> Cool >> Try your best >> Tri >> >> Người ngồi đó, với cây chì đỏ. Vạch đường đi, từng bước, từng giờ... >> >> -----Original Message----- >> From: sudhir singh [mailto:[hidden email]] >> Sent: Friday, December 16, 2011 8:45 AM >> To: [hidden email] >> Subject: Deployment on Appengine >> >> Did anyone try deplpying ofbiz on google app engine platform? I want to try it and just wondering if anyone has done in pas, I can use his experience. >> >> Sudhir >> |
Another thing is Ofbiz is using a relational database. Appengine uses
it's own database. I guess it would be hard to port to Appengine without breaking or giving up some of the functionalities. On Sat, Dec 17, 2011 at 1:58 PM, Adrian Crum <[hidden email]> wrote: > On the other hand, hosting services are a commodity and it is far easier and > cheaper to change services than to rewrite OFBiz. > > -Adrian > > > On 12/17/2011 12:51 PM, Daniel McAllister wrote: >> >> I'm sure in that you can't deploy on Google App Engine because it >> restricts a lot of Java classes and uses, like threads and reflection. >> >> But if you rewrite some parts on the code, for ex.: JobManager (and >> all depending libraries) to not use threads, then it's possible to do >> that. >> >> IMHO the Ofbiz project itself can benefit from experimenting with >> Google App Engine modifications because it will have a good impact on >> perfomance. >> >> On Fri, Dec 16, 2011 at 3:14 AM, djjava<[hidden email]> wrote: >>> >>> Cool >>> Try your best >>> Tri >>> >>> Người ngồi đó, với cây chì đỏ. Vạch đường đi, từng bước, từng giờ... >>> >>> -----Original Message----- >>> From: sudhir singh [mailto:[hidden email]] >>> Sent: Friday, December 16, 2011 8:45 AM >>> To: [hidden email] >>> Subject: Deployment on Appengine >>> >>> Did anyone try deplpying ofbiz on google app engine platform? I want to >>> try it and just wondering if anyone has done in pas, I can use his >>> experience. >>> >>> Sudhir >>> > |
Free forum by Nabble | Edit this page |