自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Tomson Xu

@CityU

  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 GWT in practice: some parts need to be learned later

There are following parts havent been learned In Chapter 5:GWT doesnt support 泛型,可以通过@gwt.typeArgs来解决GWT + Web Service (xFire)GWT + SOAPGWT + AppletGWT + FlashGWT + Comet   In Chapter 6:

2008-12-24 12:16:00 1002

原创 Why call java Cookie getDomain() method always return null??

AddCookieServletCookie cookie = new Cookie("mycookie", "juanjuan");cookie.setMaxAge(10); //10 means 10 secondscookie.setDomain(".cityu.edu.hk");response.addCookie(cookie);GetCookieServletCookie[] cook

2008-12-16 16:05:00 3674

原创 Configure DataSource without server.xml

1. in your web app, create "context.xml" in META-INF folder:context.xmlxml version="1.0" encoding="UTF-8"?>Context path="">     Resource name="jdbc/testDB"                auth="Container"             

2008-12-16 09:30:00 742

原创 接触GWT

入门和实践: http://www.ibm.com/developerworks/cn/opensource/os-ad-gwt/Eclipse GWT Plugin -- CypalHome page: http://code.google.com/p/cypal-studio/Guide document: http://www.cypal.in/studiodocsGuide animati

2008-12-05 16:09:00 1008

原创 building block context的处理

在building block里使用context后必须把其释放!!代码如下:ContextManager contextManager;contextManager = BbServiceManager.getContextManager();Context ctx = contextManager.setContext(request);.....contextManager.releaseC

2008-12-01 15:30:00 706

EJBTest.war

EJBTest.war

2007-07-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除