随笔-5  评论-5  文章-0  trackbacks-0
  2006年7月18日

http://icesnaker.cnblogs.com/archive/2004/07/02/20518.html

posted @ 2006-07-22 21:52 努力!奋斗! 阅读(153) | 评论 (0)编辑 收藏
     摘要: 如果你是一名Java软件或Ajax开发者,可能Google Web Toolkit(GWT)已经引起了你的注意。
2006年5月,Google发布了这一免费的工具箱,遵循Apache风格的许可证。GWT被设计用于以Java语言编写Ajax应用。Google已经提供了Windows和Linux下的beta版本,并承诺以后增加Mac OS X版本。
本文描述了在Max OS X上一个简单的Ajax应用的开发,使用GWT和常用的Java工具,如Apache Ant,Tomcat 5.0 Servlet容器,以及IntelliJ IDEA集成开发环境(后者是一款商业IDE)。本文假设读者具有Java和Ant的基本知识。  阅读全文
posted @ 2006-07-18 16:45 努力!奋斗! 阅读(2370) | 评论 (3)编辑 收藏
Mastering EJB系列的第四版。深入介绍了EJB3.0带来的变化,包括Java persistence API以及如何在EJB中使用POJO实体。
免费下载:http://www.theserverside.com/news/thread.tss?thread_id=41363

What's new with Mastering EJB 3.0:

- More than 50% new and revised material
- Four new chapters and one new appendix covering the latest features of the new release
- Basic and advanced concepts (such as inheritance, relationships, and so on) of Java Persistence API defined entities
- Information on integrating EJB applications with the outside world via the Java EE Connector technology
- Tips and techniques for designing and deploying EJB for better performance
- Best practices for EJB 3.0 application design, development and testing
- Complete usage of EJB annotations along with equivalent XML configuration
- Tricks and traps of EJB deployment
- JBoss Workbook that discusses the exercises for each chapter (although the chapters are themselves vendor-agnostic)
posted @ 2006-07-18 11:50 努力!奋斗! 阅读(1324) | 评论 (1)编辑 收藏