Java Tutorials - Improve your understanding of Java and JSP Languages
Welcome to the Java tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on Java and related languages from all over the internet. If you have any questions about Java programming or would like Java Development done for your company please complete ourfree IT quotes form. If you are a company who takes on Java projects and would like to receive leads from people looking for Java or other work please complete ourIT suppliers partner form.
Master the basics of Java Cryptography Extension (JCE)
Security is an often-overlooked aspect of application development. Fortunately, Java has recognized the importance of security with Java Cryptography Extension (JCE). This article begins a three-part series exploring JCE fundamentals...
Misusing Dynamic Binding When Static Binding Would Do, Part 1
The author uses his own invention, the Java Web Application Architecture, a software framework for building dynamic Web applications in Java, to address the question of why Web applications are more fragile and harder to build than conventional CPU applic... .earthweb
Misusing Dynamic Binding When Static Binding Would Do, Part 2
The author concludes by furthering the case for using statically bound alternatives in lieu of the dynamically bound solutions of Web application environments such as Java Server Pages. He illustrates his argument by contrasting JSP with an alternative en... .earthweb
OOP Java: A little business logic with your beans
If you're new to server-side Java, you need to learn about the relationship between business logic and JavaBeans. This primer will get you started...
Programming a Spider in Java
This article shows how to use Java to create a spider. A reusable Spider class is provided, as well as an example program that scans a site for broken links....
RSS without limits: JERSS
Our RSSApplet tool allows you to retrieve and display RSS feeds only from the applet's host. This combination Java servlet and JavaScript approach, however, can display RSS headlines from any source...
Scope and encapsulation in Java
Create manageable, self-contained objects by controlling how your classes reveal and conceal their data... .cnet