Enterprise JavaBeans (EJB)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
  

Articles:
  • The EJB Advocate: Practical uses for stateful session beans by Geoff Hambrick   - [Clicks: 27]
    Just when you think that you have no use for a given component, like a stateful session EJB, a scenario comes along where it is just the right thing to use. In this last column in the series, the EJB Advocate explores some tricky situations that sometimes come up with long running services.
    http://www-128.ibm.com/developerworks/websphere/techjournal/0612_ejba/0612_ejba.html - Dec, 2006
  • Technology options for Rich Internet Applications by Vaibhav V. Gadge   - [Clicks: 22]
    Web applications are ready to go to the next level, and Rich Internet Applications (RIAs) can greatly enhance user interaction. In this overview of RIAs, you'll learn how to adapt them in the user interface (UI) layer. Web developers and architects might be particularly interested in the discussion of Laszlo, XUL, XForms, Macromedia Flex, and Dojo -- the common technologies currently available in this area. Links to other technologies are also included. A fair understanding of traditional UI tools, such as HTML and XML, is assumed.
    http://www-128.ibm.com/developerworks/java/library/wa-richiapp/index.html - Jul, 2006
  • The EJB Advocate: What makes a practice the best? by Geoff Hambrick   - [Clicks: 19]
    A reader questions the whole idea of "best practices" and, in the end, learns something new about application architecture, and why Enterprise JavaBeans is such a powerful concept that, unfortunately, many still do not fully exploit.
    http://www-128.ibm.com/developerworks/websphere/techjournal/0606_ejba/0606_ejba.html - Jun, 2006
  • Unit Test Secured EJBs in Production by Gopal Sharma   - [Clicks: 7]
    Unit testing EJBs that are secured through permissions is complex. Learn how to unit test secured EJBs and EJB-based applications in the same production environment without needing to switch off the permission settings.
    http://www.devx.com/Java/Article/31727 - Jun, 2006
  • Enterprise Java Beans for Building Business Process Management Applications by Partha Nageswaran, Setrag Khoshafian   - [Clicks: 19]
    This article shows how BPMs can leverage the underlying robust component architecture of application server containers. The article also discusses on-demand generation of EJBs that are specific to applications with the power of the EJB framework for distributed applications.
    http://www.theserverside.com/tt/articles/article.tss?l=EJBforBPM - May, 2006
  • Developing Session EJBs with Borland JBuilder Enterprise by Vlad Kofman   - [Clicks: 15]
    Create and use Enterprise Java Beans (EJBs) that are J2EE server components and understand their role within the perspective of a J2EE application.
    http://www.developer.com/java/ejb/article.php/3592636 - Mar, 2006
  • High Performance Message Processing with BMT Message-Driven Beans and Spring by Dmitri Maximovich, Eugene Kuleshov   - [Clicks: 82]
    Asynchronous message processing is an important use case for many J2EE applications, so it is important to ensure that the required quality of service is handled properly by applications, and in many cases this could lead to the use of expensive distributed (XA) transactions. However, in this article we propose that it is possible to guarantee the same quality of service without using transactions for message retrieval. Moreover, our solution structures the various aspects of message processing using Spring's AOP framework.
    [Includes source code]
    http://dev2dev.bea.com/pub/a/2006/01/custom-mdb-processing.html - Jan, 2006

[Top]