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.News:
1 - 3 of 30-
OCPJP & OCAJP: Java 7 training requirement for the Oracle Certified Professional Programmer dropped
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?
-
OCAJP and OCPJP Changes for Java 7: New Objectives, a Format Change and a Price Hike
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...
Video:
1 - 3 of 4-
Is Java EE7's cloud focus too narrow?
11 Oct 2011
Video - The upcoming Java EE7 release is focused on cloud computing, but at JavaOne 2011 some Java experts wondered if that's a good thing.
-
Jeanne Boyarsky on the differences between Agile leaders and PMs
22 Mar 2011
Video - Jeanne Boyarsky discusses the role of the project manager, the differences between and agile leader and a project manager, and how to move into Agile development
-
Ben Evans and Martijn Verburg on Java 7
22 Mar 2011
Video - In this video Ben Evans and Martjin Verburg talk about Java 7, the new version of Java that's coming out this summer. Find out what sorts of improvements have been made and when to expect your first look at Java 7.
Reference & Learning:
1 - 3 of 14-
Vowels don't cost $500: Pontificating on Java 7 variable naming conventions
26 Jan 2012
Tutorial - When naming your variables, put a little bit of thought into it and name them well. Well thought out variable names make Java programs both easier to read and easier to maintain. Good names can even make Java programming fun.
-
Has Computer Programming Really Changed Much Since Lovelace's Time?
26 Jan 2012
Feature - Everyone always talks about these new computer programming languages, and how great one is over the other. But really, has computer programming really changed that much over time?
-
OCPJP & OCAJP Mock Exam Question for the Java 7 Exam
23 Jan 2012
Tutorial - Looking to get Java 7 certified from Oracle, and obtain your OCPJP or OCAJP, Professional or Associate designations? Well, you need to know the tricks they throw at you with regards to operator precedence. This question hits your knowledge of the OCAJP 7...
VIEW ALL Reference & Learning ON Java application deployment
Expert Technical Advice:
1 - 3 of 11-
Java 7 and the intricacies of safe and unsafe casting
26 Jan 2012
Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.
-
Five tips for developing reliable embedded devices
20 Sep 2011
Tip - The whole point of embedded tech is reliability. If you don’t feel confident that your embedded device will perform, it’s not ready for deployment.
-
Hand pick the right software project for your situation
04 Aug 2011
Tip - There are many software projects in the Java ecosystem; it is critical to be able to evaluate the suitability of a given library or tool.
VIEW ALL Expert Technical Advice ON Java application deployment