Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: Blog

J2EE Design Pattern 0

J2EE Design Pattern

J2EE Design Pattern Every design or application has 1. Function 2. Non- Functional (Maintainablity,scalability,realiabilty,decoupling) You should not start an application immediately but plan a solution for the problem. The Solution plan is called a...

Web Services 0

Web Services

Web Services Abstract: By using Web services, your application can publish its function or message to the rest of the world. Web services use XML to code and to decode data, and SOAP (Simple...

J2EE JavaMail 0

J2EE JavaMail

J2EE JavaMail Abstract: The Java Mail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE...

0

Enterprise Java Beans

Enterprise JavaBeans (EJB) Enterprise JavaBeans (EJB) is a managed, server-side component architecture for modular construction of enterprise applications. The EJB specification is one of several Java APIs in the Java EE specification. EJB is...

Java Server Pages 2

Java Server Pages

Java Server Pages Java Server Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 as Sun’s answer...

Servlet Programming 0

Servlet Programming

Servlet Programming As soon as the Web began to be used for delivering services, service providers recognized the need for dynamic content. Applets, one of the earliest attempts towards this goal, focused on using...

Core Java Design Pattern 0

Core Java Design Pattern

Core java Design Pattern Abstract: “Pattern” as the name suggests, means series of events occurring in a definite order. The patterns can be found in Java and J2ee technologies also. Many times, we find...

2

Network Programming

What is Network Programming? Communication Protocol What do we mean by Domain name? What are the Socket Classes? Developing Socket Programming Socket Programming Example Steps to Compile and Run the Server and Client What...

0

Remote Method Invocation

What is RMI? What is CORBA? Developing RMI Application Steps to Compile, Run RMIServer and RMIClient RMI Example What is RMI? RMI is the simplest and fastest way to implement a distributed object architecture...

0

Java Applet Programming

What is Applet? Applet Tag Applet Security Applet Life Cycle Applet Examples What is Applet? What is an Applet? According to Sun “An applet is a small program that is intended not to be...