mash 发表于 22-9-2009 16:49:49

Develop JEE on GAE

Develop JEE on GAE


I have developed JEE website on GAE couples of time. I want to share my experience of it.

My website based on springframework 3.
GAE BigTable's JDO interface is really good. I use it as ordinary relation database.
      I design the Entity Object just like relation database's table.
      Each table have at least 2 columns, named "key" and "id", key for BigTable, id for
          my app.
Backup and restore data, we can use low level API
Seach Engine, Compass is good to support GAE
Bind my own domain name to this webapp
Write a RPCService for Ajax


This is my website, like ebay....

url : http://www.jnix.com, shootbay.appspot.com
seller's username/passwordmielyee@gmail.com/1q2w3e4r

coredump 发表于 22-9-2009 17:11:18

给我们讲讲开发过程吧:zan

mash 发表于 22-9-2009 17:33:39

My Dear 丐中丐,

Sorry I am not so brave to share my source codes, that should be a good example.

But I am very happy, if anyone asks questions about it when they develop on it.

流浪的狗 发表于 22-9-2009 19:06:42

原帖由 mash 于 22-9-2009 15:49 发表 http://www.freeoz.org/forum/images/common/back.gif
Develop JEE on GAE


I have developed JEE website on GAE couples of time. I want to share my experience of it.

My website based on springframework 3.
GAE BigTable's JDO interface is really...
JEE是什么意思

ritz 发表于 22-9-2009 19:17:43

回复 #4 流浪的狗 的帖子

J2EE 的新名称啊,SUN没事干就喜欢换名字

key 发表于 23-9-2009 11:25:35

原帖由 ritz 于 22-9-2009 18:17 发表 http://www.freeoz.org/forum/images/common/back.gif
J2EE 的新名称啊,SUN没事干就喜欢换名字

JavaEE
Since J2ee means Java 2 Enterprise Edition
Now Java is 5, 6, 7, not 2 any more.
So they wanted a name change.
页: [1]
查看完整版本: Develop JEE on GAE