Monthly Archives: February 2009

Workflow Component

Tutorial on workflow components

Read more »

Cross-site scripting – part 2

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web
applications which allow code injection by malicious web users into the web pages viewed by other users.

Read more »

Cross-site scripting

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web
applications which allow code injection by malicious web users into the web pages viewed by other users.

Read more »

XDoclet tutorial

The XDoclet is an open source code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding Meta data (attributes) to your java sources. This is done …

Read more »

Working with eclipse and CVS

Download eclipse and install in your C directory. You can copy the eclipse folder and put in your C directory if you are copying from a network directory rather than installing from a directory Setting up Eclipse 1) If you haven’t already…please …

Read more »

What and How of java

Java Technology Java technology is both a programming language and a platform. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class …

Read more »

Tapestry

Templates in Tapestry are mainly HTML documents, with elements to be replaced with the results of Javascript code being normal HTML elements with a special attribute that identifies it as a Tapestry template element. An XML file defines the mapping …

Read more »

Struts part 3

Custom Tags • html • Logic • bean • nested Example code using the struts html tag <%@ taglib uri=“../struts-html.tld” prefix=“html”%> <html>… <html:form action=“login.do”> User: <html:text property=“userId”/> Password: <html:password property=“password”/> <html:submit value=“Submit”/> </html:form> </html> Struts Configuration File <struts-config> … <form-beans> …

Read more »

Struts part 2

Struts view components Custom Tags •html •Logic •bean •nested Example code using the struts html tag <%@ taglib uri=“../struts-html.tld” prefix=“html”%> <html> … <html:form action=“login.do”> User: <html:text property=“userId”/> Password: <html:password property=“password”/> <html:submit value=“Submit”/> </html:form> … </html> ActionForm • Used to pass …

Read more »

SOA Tutorial

 SOA Tutorial Service Oriented Architecture or SOA for short is a new architecture for the development of loosely coupled distributed applications. In fact service-oriented architecture is collection of many services in the network. These services communicate with each other and …

Read more »

Jsculptor

Do you still code everything by hand? Isn’t it tedious and error prone? It’s time to start using Sculptor to jump start Model Driven Software Development. Concepts and patterns from Domain-Driven Design are used in the Domain Specific Language, which …

Read more »

iBatis DAO

The Data Access Object pattern in the Core J2EE Pattern Catalog suggests that while creating a robust J2EE application, you should abstract and encapsulate all access to a data source behind a common API. In terms of programming, what this …

Read more »

J2ME- Java2,Micro Edition

What is J2ME- Java2,Micro Edition Java Platform, Micro Edition or “Java ME” (also referred to as Java 2 Platform, Micro Edition or J2ME), is a collection of Java APIs for the development of software for resource-constrained devices such as PDAs, …

Read more »

JavaFX

Sun Microsystems gave journalists a sneak peak at a new scripting language, JavaFX, which it will introduce at the annual JavaOne show in San Francisco today. JavaFX is a new extension to the Java platform that promises a consistent experience from …

Read more »

Struts – part 1

Struts is a widely used open framework for developing Jave EE web applications •Combines Java Servlets, JSP’s, custom tags and manages resources into a reusable framework •Based on the Model-View-Controller Design pattern. •Originally created by Craig McClanahan and donated to …

Read more »

AWT vs Swings

When developing a Java program it is important to select the appropriate Java Graphical User Interface (GUI) components. There are two basic sets of components that you will most likely build your Java programs with. These two groups of components …

Read more »

Web 2.0

Web 2.0, a phrase coined by O’Reilly Media in 2004, refers to the second generation of web-based services—such as social networking sites, wikis, communication tools, and folksonomies—that emphasize online collaboration and sharing among users Definition Web 2.0 is the network …

Read more »

POJO Application Frameworks

POJO Application Frameworks: Spring Vs. EJB 3.0 Albert Einstein once said, “Everything should be made as simple as possible, but not simpler.” Indeed, the pursuit of scientific truth has been all about simplifying a theory’s underlying assumptions so that we …

Read more »

Maven 2

Under this summary is a line-by-line report on style violations, organized by source file, as shown in Figure 2.   Figure 2. Checkstyle Report details The CVS plug-ins give you a quick status of the code commits to the repository. …

Read more »

What is Maven

When the size and complexity of your project grows, a build tool is the best way to automate the steps required to generate your project. For example, in a typical Java project, each time you build you compile the Java …

Read more »

Ajax    EJB   Hibernate   JavaScript   JDBC   JMS   JSP   XML    SOA   Web Service   Servlets   Spring   JSF   Struts   SAP Tutorial  Software Testing Tutorials  PDF Tutorials   SAP Training Help  J2EE

Sitemap   Follow j2eetutorial on Twitter    

Δ Top