Active Articles: 2038
Total Categories: 16
Sub Categories:616
Introduction to Jena | ||||||||
RDF is increasingly recognized as an excellent choice for representing and processing semi-structured data. In this article, Web developer Philip McCarthy shows you how to use the Jena Semantic Web Toolkit to exploit RDF data models in your Java applications. ... learn more
| ||||||||
| ||||||||
JSP Environment Setup | ||||||||
In this JSP tutorial, you will learn the steps for setting JSP environment in Microsoft Windows, setting the PATH and CLASSPATH, steps for downloading and installing the Tomcat web server. ... learn more
| ||||||||
| ||||||||
How Code Reviews and PMD Can Crush Bugs In Your Code | ||||||||
The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and share their knowledge, it can help improve the overall quality ... learn more
| ||||||||
| ||||||||
Building Your Own JSP Components | ||||||||
Adapted from a chapter of the book Web Development with JavaServer Pages, this article is written for developers who want to create their own Beans for use as JSP components, and for interested web designers who want to understand how these components are implemented behind the scenes. It is not necessary to understand the details ... learn more
| ||||||||
| ||||||||
Getting Started: Installation and Setup | ||||||||
This tutorial briefly explains where to obtain and how to install the Servlet and JSP Classes for Unix and Windows. Also, provides links to get a Servlet-Capable Web Server or Servlet Engine. ... learn more
| ||||||||
| ||||||||
An Introduction to Enterprise JavaBeans | ||||||||
An article on what are EJBs, what they provide, what are their different types and when and why to use them. ... learn more
| ||||||||
| ||||||||
The Java Tutorials | ||||||||
The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails". ... learn more
| ||||||||
| ||||||||
Calling a JavaBean from a JSP Page | ||||||||
This tutorial describes <jsp:useBean>, <jsp:setProperty> and <jsp:getProperty> tags and demonstrates how to call JavaBean from within a JSP page. Online demo available. ... learn more
| ||||||||
| ||||||||
