JavaPro

Amooo's Blog - A Place for Java Programmers
文章 - 89,收藏 - , 评论 - 195, trackbacks - 6

导航

公告


      您可以自由复制、发行、展览、表演、放映、广播或通过信息网络传播本站作品,但在使用时须注明出处及作者并链接到原作品。如有意创作演绎作品,请与本人联系以获得许可。

    除特别声明外,本站个人言论均采用创作共用许可协议

Contact



文章

收藏

相册

Favorites

Friends

Global Java Developer

I've Joined Projects

存档


正在读取评论……

2006年07月


新版本支持Callisto. Eclipse Callisto是Eclipse社区的一个整合发布计划。该计划有助于基于Eclipse平台开发的程序员和企业更有效的组织开发。Callisto 项目涉及了10个项目组, 260名开发人员以及超过700万行的代码

新版本还包括了Web Tools Project(WTP) version 1.5..

对于新版本的提升,官方提到:

Upgraded to Eclipse 3.2 and WTP 1.5 (the Callisto release of June 30/2006)
Updated Spring support -- automatic generation of Spring Service Beans and DAOs from any O/R mapping
Improved Kodo support: a Kodo facet, integrated Kodo development license, Kodo tutorial
Support the final EJB 3.0 spec for persistence and in conformance with industry usage, our documentation is upgraded to refer to EJB3 persistence as the Java Persistence API (JPA).
Upgraded documentation, including expanded documentation of supported servers
New JSP tutorial for new users or Workshop for JSP downloader

官方站点:
http://dev2dev.bea.com/blog/...bea_workshop_st_3.html



Source: JBoss Blogs
Story Link: http://jboss.org/jbossBlog/blog/...Released.txt

A blog from Koen Aers announces new jBPM releases on the 3.0 and 3.1 branches. "For the changes and bugfixes in these releases we refer to the release notes available in both distributions. As for the graphical designer, the 3.1.2 Starter's Kit contains GPD 3.0.11 whereas the 3.0.4 Starter's Kit contains GPD 3.0.10. Both GPD releases are build and tested against Eclipse 3.2 and WTP 1.5. There are no big functional additions with respect to the previous GPD release, only some minor fixes. A particular change in the GPD 3.0.11 is the removal of the JBoss jBPM runtime. "

There is a JBPM beginner's guide in chinese:
http://www.blogjava.net/chengang/archive/2006/07/13/57986.html

To see more about JBPM on Chengang's blog:
http://www.blogjava.net/chengang




In Mustang b91, the JSR-223 API was updated to fix some issues around the Invocable interface. Sundar's blog entry has all the details.

They updated the Phobos code in CVS to use the new API, but the latest binary build (dated 2006/7/10) predates this change.

The practical consequences for Phobos users are the following:

  • To run the 7/10 Phobos build on JDK 1.6 you need a Mustang build earlier than b91.
  • If you want to use the latest scripting engines from the scripting project with Phobos, you need to build Phobos from CVS and use Mustang b91 or later.
  • The next binary build of Phobos will require Mustang b91 or later.

Finally, this change won't impact anyone running Phobos on JDK 1.5.





    摘要:bblean就是这样一个优秀的软件。它基于Unix Xwindows的窗口管理器blackbox的移植版本,有着优良的血统,用unix的人都应该知道它的卓越贡献。有了bblean,对于长期在 unix系统下工作的朋友可真的是一个天大的喜讯。它可以完全接管windows臃肿的explorer,让我们在windows下让界面达到和unix 一样的我们所喜欢的效果和感觉。    (全文共2469字)——点击此处阅读全文




    摘要:刚刚发现一个计算人品的计算器,比较搞笑。玩爽了,别忘了让你的朋友也爽一下!(仅供娱乐)    (全文共524字)——点击此处阅读全文




    摘要:  Welcome to visit my google groups to discuss Javatechnology.There are lots of posts about Java included.    (全文共2897字)——点击此处阅读全文




    摘要:  SWT Designer是一款基于Eclipse SWT技术上的双向Java Gui设计软件。具备SWT设计以及Swing设计两个主要功能。该软件会被作为一个插件镶嵌入Eclipse以及其他一些兼容的IDEs中。今天在 CrackSearchEngine 上找了 SWT Designer Window Builder Pro 5.0 的注册机,终于可以在Eclipse 3.2 下使用5.0版本了    (全文共543字)——点击此处阅读全文



今天闲来无事,改进了一下 Blog UI 。修正了以前朋友们反映过的Bug,改进了一些浏览器兼容性问题,同时增加了一些功能。主要修改如下:

  1. 修正了一些网页框架在Firefox、IE7、Linux(FC3)平台下显示不正常及功能异常等问题,增强了Blog的兼容性,让朋友们可以通过更多的平台访问我的Blog。

  2. 参考Dodo的文章《让DoNews Blog的相册更专业,更漂亮》,增加并修改了部分代码。用Javascript重新对原先散乱的相册图片进行了排序,布局和配色,同时还增加了提取出UBB或者HTML贴图代码功能。现在的相册看上去更美观,功能更完善。

  3. 增加了FeedBurnerPagerank等web插件,方便统计Blog的各项数据。

  4. 前几天有具搞平面设计的妹妹说我的Blog色彩不是很好,于是在她的指点下对页面整体配色做了细微的调整,现在看起来比没改过之前舒服多了。

  5. 去掉了烦人的广告。

  6. 对全部链接做了测试,修正了过时的链接。




    摘要:  J2SE6.0的java.awt包下提供了SystemTray和TrayIcon类,通过这两个类我们可以实现系统托盘图标的功能。每一个Java应用程序都会包含一个 SystemTray实例,这个不需要你去实例化,你可以通过SystemTray.getSystemTray()获取。TrayIcon有四部分组成:名称、图标、弹出菜单和事件,所以,将这四方面做好就可以完成既定的功能。    (全文共6448字)——点击此处阅读全文