Java
文章平均质量分 84
hdh23456
这个作者很懒,什么都没留下…
展开
-
Mastering Portals with a Portlet Bridge
SECTION 1About Portlet BridgesPortals have long been a thorn in the side of many developers who want to stay cutting edge—but must focus on the needs of the enterprise. And 99% of the time,转载 2015-12-10 17:15:42 · 561 阅读 · 0 评论 -
What Is a Portlet
by http://archive.oreilly.com/pub/au/199509/14/2005Portlets"Portlets are web components--like servlets--specifically designed to be aggregated in the context of a composite page. Usually, many por转载 2015-12-10 15:02:17 · 342 阅读 · 0 评论 -
‘Hello World’ portlet on JBoss Portal
ortlet OverviewThis tutorial will show you how to create and deploy a simple portlet. Portlets are Java technology based web components, that can process requests and generate dynamic content. A por转载 2015-12-10 15:10:31 · 349 阅读 · 0 评论 -
The Java Logging Mess
Every application needs logging. And right now there are a lot of options on what exactly to use for logging in Java. The most famous frameworks are: log4j, logback, commons-logging, slf4j, java.uti转载 2015-11-19 15:55:23 · 249 阅读 · 0 评论 -
Java Memory Architecture (Model), Garbage Collection and Memory Leaks
The above is the Java Memory Model for the Heap as well as the PermGen for any Java Application running in the Java Virtual Machine (JVM). The ratios are also provided to get a fair understanding of h转载 2015-11-19 16:13:06 · 513 阅读 · 0 评论