User loginNavigation |
kus's blogEclipse "java.lang.OutOfMemoryError" on UbuntuThere are two common reasons for Eclipse to throw "java.lang.OutOfMemoryError"
Heap space is where your java objects are created, maintained, and destroyed. Without going into too many details about how exactly heap space regulates java objects. Here is a quick fix for the "OutOfMemoryError" error in Ubuntu.
Installing Trac on Ubuntu 8.04 with an existing SVN -Part 3This blog entry gives step by step instruction to the installation of Trac on Ubuntu 8.04 with an existing SVN repository part 3
Installing Trac on Ubuntu 8.04 with an existing SVN -Part 2This blog entry gives step by step instruction to the installation of Trac on Ubuntu 8.04 with an existing SVN repository part 2
Installing Trac on Ubuntu 8.04 with an existing SVN -Part 1This blog entry gives step by step instruction to the installation of Trac on Ubuntu 8.04 with an existing SVN repository.
EJB deployment in JBoss (in Chinese)最近在用EJB3 写一个简单的通讯录,其中EJB3 是由许多部分组成。一个看似简单的通讯录,是通过好多道程序才来实现的。以下是EJB deployment 的解析。 我有付上jboss reference 相关内容:http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch5.chapter.html 有兴趣的人可以作梗深入的探索。 1。当EJB.jar 要开始运行时, jboss deployment 开始扫描,根据jboss_service.xml, jboss deployment 找到运行路径(deploy directory), 之后找出正确的deployer (EJB deployer).
|
Recent blog posts
|