Blogs about: Ejb
Featured Blog
Posing an EoD SQL Question
So here’s the question (and first post in a very long time): Who would like to see EoD SQL opened up even more? EoD SQL at the moment is open-source, but even an open-source project is in a way:… more »
Techno Lemming
Container approach in Java. Part 2: instances (version 2.0)
kmatveev wrote 1 month ago: In a previous article I’ve defined a component/container architecture and explained the reason … more »
Tribal Fusion Walk-in at Chennai on 3rd May 2008 For Java / J2EE
govjobs wrote 2 months ago: Experience: 3 - 6 years Education: B.E/B.Tech Job Location: Chennai Skills: java, j2ee, jsp, servlet … more »
Fresher Walk-in for J2EE Developer at Hyderabad
govjobs wrote 2 months ago: Required J2EE professionals. Long term commitment (agreement & certificates) must. 3 positions o … more »
Session Beans Constraints
arnoldindia wrote 2 months ago: Session Beans Constraints Session beans disappear from the server, if The session … more »
Limit number of concurrent MDB instances for JMS
codeseeker wrote 3 weeks ago: For Stateless bean under Weblogic (weblogic-ejb-jar.xml): <pool> <max-beans-in-free-pool … more »
WebLogic + JMS Example
codeseeker wrote 3 weeks ago: Setting up JMS in WebLogic Open the Weblogic Console Window: e.g. http://localhost:7001/console Cre … more »
Flex Clients with JBoss Seam and EJBs (July 1)
— 1 comment
sudhish wrote 1 month ago: Felipe Albertao and Darius Zagrean JBoss Seam is a next-generation open source Internet framework fo … more »
My 2 Cents on CEO Pay
seoscott wrote 1 month ago: There is a game played by CEOs with the collective issuance of lottery tickets. Other than lived as … more »
Using Apache httpd with Glassfish
vftw wrote 1 month ago: If you have a working instance of apache and a working instance of glassfish, you can get them worki … more »
How to setup a DataSource in JBoss 4.2 and Glassfish
jrjuniorsp wrote 2 months ago: This blog has been moved out to a new LINK. http://jairrillo.wordpress.com/ URL for this topic:http … more »
EJB – Two Marks Q & A
arnoldindia wrote 2 months ago: What is EJB? EJB stands for Enterprise Java Bean and is widely-adopted server side component archit … more »
EJB - Interview Questions & Answers
arnoldindia wrote 2 months ago: What is session Facade? Session Facade is a design pattern to access the Entity bean through local … more »
What is the difference between find and select methods in EJB?
arnoldindia wrote 2 months ago: A select method can return a persistent field (or a collection thereof) of a related entity bean. A … more »
What are the methods of Entity Bean? Explain
arnoldindia wrote 2 months ago: An entity bean consists of 4 groups of methods: 1. create methods: To create a new instance of a CMP … more »
What is EJB architecture(components)?
arnoldindia wrote 2 months ago: Enterprise beans-An enterprise bean is a non-visual component of a distributed, transaction-oriented … more »
Persistence Problems
arnoldindia wrote 2 months ago: By Geir Magnusson Jr. and Jeremy Boynes June 9, 2004 By Geir Magnusson and Jeremy Boynes We seem to … more »
Simplifying EJB Development with EJB 3.0
arnoldindia wrote 2 months ago: By Debu Panda October 2004 Discussion Enterprise JavaBeans (EJB) was introduced for building di … more »
Inheritance & EJBs
arnoldindia wrote 2 months ago: By Daniel O’Connor June 2002 Discuss this Article Introduction One of the most common criticis … more »
Deciding whether EJB is appropriate
arnoldindia wrote 2 months ago: By Ed Roman excerpted from the new “Mastering Enterprise JavaBeans 2nd edition” book Se … more »
