OSDN Git Service

初期インポート master
authoru6k.yu1 <u6k.yu1@gmail.com>
Sat, 30 Oct 2010 12:31:59 +0000 (21:31 +0900)
committeru6k.yu1 <u6k.yu1@gmail.com>
Sat, 30 Oct 2010 12:31:59 +0000 (21:31 +0900)
commite4dcabcfd32f7afb97f5428c533b57d7e8835c51
tree7275bf358630f64a3c7876e5f5adf8bb6f4b453c
初期インポート
18 files changed:
chat/.classpath [new file with mode: 0644]
chat/.project [new file with mode: 0644]
chat/.settings/com.google.appengine.eclipse.core.prefs [new file with mode: 0644]
chat/.settings/com.google.gwt.eclipse.core.prefs [new file with mode: 0644]
chat/src/META-INF/jdoconfig.xml [new file with mode: 0644]
chat/src/chat/Index.gwt.xml [new file with mode: 0644]
chat/src/chat/client/ChatMessageDto.java [new file with mode: 0644]
chat/src/chat/client/ChatService.java [new file with mode: 0644]
chat/src/chat/client/ChatServiceAsync.java [new file with mode: 0644]
chat/src/chat/client/Index.java [new file with mode: 0644]
chat/src/chat/server/ChatMessageEntity.java [new file with mode: 0644]
chat/src/chat/server/ChatServiceImpl.java [new file with mode: 0644]
chat/src/chat/server/PMF.java [new file with mode: 0644]
chat/src/log4j.properties [new file with mode: 0644]
chat/war/WEB-INF/appengine-web.xml [new file with mode: 0644]
chat/war/WEB-INF/logging.properties [new file with mode: 0644]
chat/war/WEB-INF/web.xml [new file with mode: 0644]
chat/war/index.html [new file with mode: 0644]