Java Development Topics:
Java application servers
Application servers are programs running on some server-side backend – either a dedicated server or a virtual machine running on cloud resources – that run software services for Web apps. Java application servers meet a set of requirements set by the current version of the Java Platform, Enterprise Edition (Java EE, previously J2EE). As set in in J2EE, Java app servers were based on Enterprise JavaBeans (EJB), but many modern options leave off these features and concentrate on JavaServer Pages or Java servlets. Examples of common Java application servers include Apache Tomcat, Eclipse Jetty, Caucho Resin, and IBM WebSphere, among others.
-
JavaOne conference coverage 2012
SearchOracle.com | 01 Oct 2012
Conference Coverage - Join TheServerSide.com and SearchOracle.com as we present conference coverage from JavaOne and Oracle OpenWorld.
-
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...
-
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?
-
The Java 7 OCPJP & OCAJP Cert to cost more than SCJP
16 Dec 2011
News - The OCP (Oracle Certified Professional) Java 7 certification (OCAJP and OCPJP), which replaced the SCJP certification, will now require you to pass two exams, each of which will cost $300 to take, pushing the cost of the designation to $600.
-
JavaOne 2011 news, views and conference coverage
28 Sep 2011
News - TheServerSide.com's editors will be on the spot at JavaOne 2011, so watch this page for news and session coverage of this major Java conference.
-
JavaOne: relegated to the alcoves of OracleWorld
TheServerSide.com Newsfeed | 14 Sep 2011
News - Last year's handling of the beloved JavaOne conference by Oracle eluted plenty of ideas with regards to how to run a better show in the future. Sadly, it looks like one of the most obvious suggestions, to integrate the JavaOne exhibition hall into the...
-
AS 7: Built for speed with JBoss modules
TheServerSide Newsfeed | 13 Jul 2011
News - JBoss proved that most Enterprise Java Professionals really aren’t busy enough at work these days, as everyone from Java Superstar Matt Raible (rhymes with cable), to the lowly editor of TheServerSide.com, were busy downloading, installing, and playing...
-
Did the lights just dim? IBM WebSphere V8 Released
TheServerSide Newsfeed | 28 Jun 2011
News - IBM has released WebSphere V8, increasing the availability of application servers with support for JEE 6, which is very important. The question is how long it takes to the new crop of application servers get to market, also allowing small businesses to...
-
Scaling Your Java EE Applications
01 Jul 2008
Article - In this article, Wang Yu takes real world cases as examples to explain ways on how to scale Java applications based on his experiences on the laboratory projects, and at the same time, bring together practice, science, algorithms, frameworks, and...
-
Chapter Excerpt: Java EE 5 Development using Glassfish: Security
01 Apr 2008
Article - This book is a Developer's Guide, covering the ins and outs of developing Java EE 5 applications deployed to the standards-compliant, high performance GlassFish application server.