servlet container - life cycle

What is Servlet Container?

In this post, I write a little bit about the basic ideas of web server, Servlet container and its relation with JVM. …

Java百问

用本文记录《Java百问》《图说Java》。

JVM运行时是什么样子?

作为Java程序员我们肯定知道Java是在JVM上运行的,那么JVM运行时是什么样子的呢? 对于JVM运行时的数据区的理解用一个图来显示很形象,下面的图显示JVM运行时的数据区。

Eclipse GEF Tutorial – GEF MVC

This code example belongs to the Eclipse RCP tutorial series. Eclipse GEF (Graphical Editing Framework) contains three components: Draw2d (org.eclipse.draw2d), GEF (MVC) …