Java Development Topics:
EJB programming
Enterprise JavaBeans is a specification and architecture for the development and deployment of distributed server side, transactional, and secure application components. The EJB architecture is the basis J2EE. Application developers focus on business rules and leave the infrastructural service-related issues to the application container and server. Learn what the programming side of Enterprise JavaBeans includes in updated articles, tips and news.
News:
1 - 3 of 35-
Continuing Coverage of New Java 7 Features and APIs: Vi
10 Feb 2012
News - Here at TheServerSide.com, we've been providing some very dedicated coverage to the new features of Java 7, with a look at tackling some of the new Java 7 APIs like the new File I/O (NIO.2) and concurrency libraries with tutorials and learning guides in...
-
When will the OCAJP & OCPJP 7 Exams Be Released
10 Jan 2012
News - Highly anticipated, the new Oracle certification for Java, OCAJP, went out of beta on December 17th, 2011. So when will the new exam be released? And when will the OCPJP exam be released?
-
OCPJP and OCAJP: New Java 7 certification requirements
21 Dec 2011
News - In order to obtain the certified architect position from Oracle, attending and passing a training course is now required. But what about the Java Professional and Java Associate designations, OCPJP and OCAJP for Java 7?
Reference & Learning:
1 - 3 of 13-
Most common SOA project development problems
05 Apr 2013
Feature - The author of SOA patterns discusses the two most common problems hurting SOA development projects.
-
Common distributed SOA design mistakes
06 Feb 2013
Feature - In an effort to gain some insight into how to best approach application design and architecting distributed SOA based systems, TheServerSide reached out to Arnon Rotem-Gal-Oz, the author of SOA Design Patterns, for his insights on the topic.
-
Contrasting distributed computing with concurrent progr
06 Feb 2013
Feature - In many ways, concurrent programming and distributed programming address the same set of programming issues, but there are significant differences between the two, and architects and developers need to understand the difference.
Expert Technical Advice:
1 - 3 of 5-
Tomcat performance optimization consolidating log files
05 May 2013
Tip - By default Tomcat uses several log file handlers, but performance can easily be optimized by configuring the server to use only one.
-
Water-Scrum-fall: It's a phenomenally bad methodology
07 Jun 2012
Video Tip - The bottom line? You're either Agile or you're not, and if you're not, using water-Scrum-fall to squeeze in Agile methodologies may only create problems and resentment.
-
Dependency Injection in Java EE 6 (Part 6)
15 Mar 2011
Tip - In this last article of the series, we will cover portable extensions, available implementations as well as CDI alignment with Seam, Spring and Guice.