Java Development Topics:
Java application deployment
Taking a program from lines of code to a functioning application requires several important steps and tools. Before deployment, a Java Runtime Environment must be put in place. The next step in Java application development is to use either Java Pug-in or Java Web Start to deploy the application. Developers must also consider the use the Java Virtual Machine and Java Network Launch Protocol. In this section on Java application deployment, find the news, research, and tutorials you need to deploy your application. Learn the different steps you need to take, and find tips and best practices to help make your application deployment fast and successful.
-
Brewing news for Java technology in 2013
18 Feb 2013
News - Java technology news is constantly shifting. This article takes a look at the important Java trends right now, at the start of 2013.
-
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.
-
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.
-
Bob Lee on Java References, Square, and Deploying Rails on the JVM
TheServerSide Newsfeed | 13 Oct 2011
News - Bob Lee, CTO of Square and formerly responsible for core libraries in the Android platform sat down with O'Reilly for a short interview during JavaOne. Bob talks about his talk on Java References as well as his work at Square and his current challenge to...
-
Early Adoption is fun but a bad decision maker
TheServerSide Newsfeed | 04 Oct 2011
News - Relationships go through phases: you meet someone, you get to know them better, you commit to them, you break up. The part everyone really enjoys is the second phase, the discovery phase.
-
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.
-
Don't rewrite your application
TheServerSide Newsfeed | 20 Sep 2011
News - When stuck with a legacy code base you'll hear the claim "We'll have to rewrite this from scratch in order to fix it!" It sounds promising. You start with a clean slate. You can do all the good stuff without all the mistakes. The only problem: It doesn't...
-
JavaOne: Relegated to the alcoves of OracleWorld
TheServerSide 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 has been ignored. Maybe in 2012 they’ll do things...
-
From java.awt.print.Printable to PDF
TheServerSide.com News Feed | 06 Sep 2011
News - This article explains how to convert java.awt.print.Printable objects to PDF files, so that every java server can generate PDF's based on Printables and, for example, email them to its users.