当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: A huge number of publicly availa
 

 

    摘要:i wouldnt be exaggerating if i said that all of us use pojos—"plain old java objects"— in our everyday application development. we use them with hibernate or with entity beans, ......
 ·timing is everything    »显示摘要«
    摘要:tick, tick, tick, tick any time you introduce dynamic effects, animations, or time-based events to a java application, you find yourself re-implementing the same functionality you have written ......


The Java Extension Mechanism

a huge number of publicly available packages extends the functionality of the java core platform. some of them provide access to features of the underlying operating system that are not available through the standard class library, such as missing gui components, or reader and writer classes for important file formats. others are exciting technologies in their own right, like spring, hibernate or struts.

the class path 【程序编程相关:CLR和JRE的运行机制的初步总结

sometimes installing them is a bit tricky, requiring you to modify the class path of your application or tweak options passed to the java launcher. others utilize a handy feature called the java extension mechanism. libraries loaded via the extension mechanism can be accessed by any java program without further prerequisites (besides copying some files to certain directories). this article explains how the extension mechanism works and discusses the steps required to implement your own so-called optional packages. 【推荐阅读:hibernate的hello word


...   下一页
    摘要:linux received a fair amount of attention in 2003. perhaps a little bit more than its fair share. you can tell that a technology has made it into the mainstream when its the cover story in major busin......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE