
technology
文章平均质量分 84
l1j5n
这个作者很懒,什么都没留下…
展开
-
Introducing reflection
Java programming dynamics, Part 2: Introducing reflectionUse run-time class information to limber up your programmingDocument options<!--document.write(<tr valign="top"><td width="8"&转载 2005-12-26 14:17:00 · 975 阅读 · 0 评论 -
Generically chain dynamic proxies
Generically chain dynamic proxiesAdd AOP concepts to your application Summary-->SummaryMost developers already know how to decorate a business object and add additional behavior to it at runtim转载 2006-02-06 14:24:00 · 1104 阅读 · 0 评论 -
An introduction to class loading and debugging tools
Demystifying class loading problems, Part 1: An introduction to class loading and debugging tools Learn how class loading works and how your JV转载 2006-02-08 18:05:00 · 1437 阅读 · 0 评论 -
Java名人录
Adrian Colyer AspectJ leader,AJDJ leader,IBM Ben Galbraith 活跃人士转载 2006-02-13 17:56:00 · 1286 阅读 · 0 评论 -
Eclipse快捷键
Eclipse快捷键document.title="Eclipse快捷键 - "+document.title编辑作用域 功能 快捷键全局 查找并替换 Ctrl+F文本编辑器 查找上一个 Ctrl+Shift+K文本编辑器 查找下一个 Ctrl+K全局 撤销 Ctrl+Z全局 复制 Ctrl+C全局 恢复上一个选择 Alt+Shift+↓全局 剪切 Ctrl+X全局 快速修正 Ctrl转载 2006-02-13 14:54:00 · 1219 阅读 · 1 评论 -
Inversion of Control Containers and the Dependency Injection pattern ---- Martin Fowler
Contents Components and Services A Naive Example Inversion of Control Forms of Dependency Injection Constructor Injection with PicoContainer Setter转载 2006-02-13 09:36:00 · 1459 阅读 · 0 评论 -
uncover the hood of j2ee clustering (TSS)
Preface More and more mission-critical and large scale applications are now running on Java 2, Enterprise Edition (J2EE). Those mission-critical applications such as banking and billing ask for more转载 2006-02-15 09:31:00 · 1250 阅读 · 0 评论 -
Classworking toolkit: Generics with ASM
Classworking toolkit: Generics with ASM Find out how to access generic type information from Java 5 code using the ASM bytecode framework转载 2006-02-28 13:46:00 · 1180 阅读 · 0 评论 -
AOP@Work: AOP myths and realities
AOP@Work: AOP myths and realities Beyond hype and misunderstandings转载 2006-02-28 13:19:00 · 1349 阅读 · 0 评论 -
Implement Your Own Proxy-Based AOP Framework
Aspect-oriented programming (AOP) is well-suited to managing application crosscutting concerns, such as logging, security, and transaction management. AOP provides a complement to object-oriented prog转载 2006-01-26 09:13:00 · 1047 阅读 · 0 评论 -
Classes and class loading
Java programming dynamics, Part 1: Classes and class loading A look at classes and what goes on as theyre loaded by a JVM转载 2006-01-25 17:27:00 · 1107 阅读 · 0 评论 -
How Java Web Servers Work
How Java Web Servers Workby Budi Kurniawan04/23/2003 Editors Note: this article is adapted from Budis self-published book on Tomcat internals. You can find more information on his web site.A web ser转载 2005-12-30 10:22:00 · 742 阅读 · 0 评论 -
using JMX to Manage Web Applications (from tts)
IntroductionThe Java Management Extensions (JMX) standard is gaining adoption within the J2EE community for the management of applications, as well as application servers and other infrastructure soft转载 2005-12-30 09:34:00 · 935 阅读 · 0 评论 -
The role of JNDI in J2EE(FROM IBM)
The role of JNDI in J2EEDecoupling yourself from troubleDocument options<!--document.write(Print this page);//-->Print this page<!--document.write(E-mail this page);//-->E-mail thi转载 2005-12-30 15:24:00 · 1063 阅读 · 0 评论 -
An Exception Handling Framework for J2EE Applications(onjava)
An Exception Handling Framework for J2EE Applicationsby ShriKant Vashishtha01/11/2006 In most Java projects, a large percentage of the code is boilerplate code. Exception handling comes und转载 2006-01-16 11:50:00 · 1403 阅读 · 0 评论 -
uncover the hood of j2ee cluster
Preface More and more mission-critical and large scale applications are now running on Java 2, Enterprise Edition (J2EE). Those mission-critical applications such as banking and billing ask for more转载 2006-01-20 09:17:00 · 982 阅读 · 0 评论 -
Inversion of Control Containers and the Dependency Injection pattern
Home Blog Articles Books About Me Contact Me ThoughtWorks转载 2006-01-17 09:11:00 · 1024 阅读 · 0 评论 -
Java validation with dynamic proxies(IBM)
Java validation with dynamic proxies Decouple validation processes from your business object implementations转载 2006-01-25 16:23:00 · 1045 阅读 · 0 评论 -
Spring load Observer Pattern
September 2005 DiscussionThis article describes an easy process of implementing the observer pattern in the Spring framework (Spring Core). Also discussed in this article are a few of the Spring转载 2006-01-20 09:37:00 · 871 阅读 · 0 评论 -
Java 虚拟主机装载过程
Java 虚拟主机装载过程简述 众所周知java.exe是java class文件的执行程序,但实际上java.exe程序只是一个执行的外壳,它会装载jvm.dll(windows下,下皆以windows平台为例,linux下和solaris下其实类似,为:libjvm.so),这个动态连接库才是java虚拟机的实际操作处理所在。文探究java.exe程序是如何查找和装载jvm转载 2006-06-21 17:28:00 · 985 阅读 · 0 评论