Sign in
|
Join
|
Help
Lamia's stack and heap based memories...
A Judiciously implemented blog
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Community
Home
Blogs
Media
Forums
Groups
Google Gadget
Tag Cloud
.Net (8)
Career (26)
Design Patterns (3)
Eclipse (9)
EJB (6)
FLEX (4)
J2EE-JEE (22)
J2ME (4)
Java (55)
Javascript (7)
JSTL (3)
Microsoft Windows (10)
Netbeans (4)
Object Relational Mapping (3)
Others (3)
PHP (6)
PSP (3)
RDBMS (20)
SCJP (4)
Servlets (3)
Struts (7)
Technology (6)
Tomcat (3)
Visual Studio (3)
XML and Webservices (7)
Email Notifications
Go
Recent Posts
MockEJB
Could not open ejb-jar.xml in Deployment Descriptor Editor in RAD7
Annoying requirement for an EJB Session Bean method
The virtual memory and EJB Stateful Session Beans
Connection Pooling and Looking up an EJB through JNDI
Archives
February 2010 (1)
December 2009 (3)
October 2009 (1)
September 2009 (1)
August 2009 (2)
July 2009 (5)
June 2009 (1)
February 2009 (2)
January 2009 (5)
December 2008 (1)
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (7)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
Browse by Tags
All Tags
»
EJB
(
RSS
)
Eclipse
J2EE-JEE
Java
TDD
Tomcat
Weblogic
01-06-2009 5:49 AM
MockEJB
I just want to spread that word that there is a lightweight framework for running EJB's outside a container. You could use it together with JUnit so unit testing EJB's becomes easier. The current project that I'm working on uses this and though...
Posted by
lamia
| with
no comments
Filed under:
EJB
,
TDD
03-03-2008 7:11 PM
Could not open ejb-jar.xml in Deployment Descriptor Editor in RAD7
We downloaded our project from JDK 1.5 to JDK 1.4. The step would obviously bring out some issues and the most annoying one I've come to experience so far is when I couldn't open my ejb-jar in the deployment descriptor editor. The solution was...
Posted by
lamia
| with
no comments
Filed under:
EJB
,
Eclipse
12-12-2007 5:05 AM
Annoying requirement for an EJB Session Bean method
I'm a bit irritated about Session Beans because I have to implement the Serializable interface for every object that I pass to a Remote method. Of course, it totally makes sense to do that when you're making remote invocation but I'm thinking...
Posted by
lamia
|
2 comment(s)
Filed under:
Java
,
J2EE-JEE
,
EJB
11-07-2007 9:04 AM
The virtual memory and EJB Stateful Session Beans
Before I was enlightened, I thought that a computer uses the swap/virtual memory to store newly opened applications that the RAM could no longer hold. I think that is partially correct. But I learned that a better way of thinking of this is that when...
Posted by
lamia
| with
no comments
Filed under:
J2EE-JEE
,
EJB
11-07-2007 1:04 AM
Connection Pooling and Looking up an EJB through JNDI
While I was reading a tutorial in EJB today and I read a portion on how a Servlet uses an EJB through JNDI, it reminded me on how I did connection pooling in Tomcat before in one of my previous projects. //Looking up an EJB , from RoseIndia example by...
Posted by
lamia
| with
no comments
Filed under:
J2EE-JEE
,
Tomcat
,
Weblogic
,
EJB
11-06-2007 5:14 AM
My J2EE Web Component to Business Component Transition
I've been messing around with EJB and Weblogic these past few days. As of this time, I haven't really written any EJB's yet. I'm targeting version 2.1 since I think it would take some time before adaptation of EJB 3.0 would be widespread...
Posted by
lamia
| with
no comments
Filed under:
J2EE-JEE
,
Weblogic
,
EJB