Home » Archives

Content in the General Category

[17 Mar 2010 | No Comment | ]

Explains Java exceptions, the try-catch block, and using a loop and try-catch to validate input. Download source code from http://java.martincarlisle.com.

[29 Jan 2010 | No Comment | ]

This tutorial demonstrates how to configure your Windows XP environment in order to do some JSF development. The idea is that first you need to install the JDK, configure the JAVA_HOME environment variable, and then install the Tomcat Servlet & JSP engine. With the JAVA_HOME set, and the bin directory of the Tomcat6 server located, it’s just a matter of running the startup.bat file and your tomcat server can be found at http://localhost:8080. After installing and configuration Tomcat, further tutorials demonstrate how to obtain the JSF JAR files from the …

[18 Jan 2010 | No Comment | ]

Rod Johnson talks about Java’s evolution, in particular J2EE, presenting the lessons to be learned from its failures, like committee-led standards and container-managed frameworks, preparing to avoid such mistakes in the future.
http://www.infoq.com/presentations/Lessons-Learned-from-Java-EE

[23 Nov 2009 | No Comment | ]

Peter Pilgrim makes an introduction to the Java FX platform, presenting its scripting language, the standard deployment method of applications, client integration with the server and what’s planned for its future.
http://www.infoq.com/presentations/Java-FX-Peter-Pilgrim

[11 Nov 2009 | No Comment | ]

Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami introduces the next assignment “the face pamphlet” and demonstrates how to make the program. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language.

[30 Oct 2009 | No Comment | ]

Microsoft has delivered multiple technologies that focus on interoperability with non-Microsoft and Open Source technologies. In this video you will learn how to use the Eclipse tools today to build Silverlight applications that run on PCs and Macs, how to develop using combinations of Java, Ruby and PHP in addition to the standard Microsoft languages, and how Microsoft’s commitment to openness with the Azure Services Platform and the use of claims-based identity supports heterogeneous identity systems.

[29 Sep 2009 | No Comment | ]

This screencast tries to cover how the static dependencies in constructor could be broken.
Watch this screencast on isagoksu.com