stephenraj
Definitions
1 Answer(s)      2 years and 3 months ago
Posted in : Java Beginners

give me the definition for this Hibernate,spring,structs,servlets,ejb.jms...

View Answers

February 16, 2011 at 5:52 PM


Definitions:

Hibernate is an object-relational mapping (ORM) library for the Java language, providing a framework for mapping an object-oriented domain model to a traditional relational database.It maps the Java classes to the database tables. It also provides the data query and retrieval facilities that significantly reduces the development time.

Spring is a framework for development of Enterprise grade applications. Spring is a light-weight framework for the development of enterprise-ready applications. Spring can be used to configure declarative transaction management, remote access to your logic using RMI or web services, mailing facilities and various options in persisting your data to a database. Spring framework can be used in modular fashion, it allows to use in parts and leave the other components which is not required by the application.

Apache Struts is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model-view-controller (MVC) architecture.

Servlets are server side components that provide a powerful mechanism for developing server side programs. Servlets provide component-based, platform-independent methods for building Web-based applications.

Enterprise JavaBeans (EJB) is a managed, server-side component architecture for modular construction of enterprise applications.

JMS is an API that provides reliable, asynchronous communication between applications in a distributed computing environment. It allows applications built on the Java 2 Platform, Enterprise Edition (J2EE) to send messages without having the sender or receiver connected to the network.









Related Pages:
Message Resources Definitions file to the Struts Framework Environment?
Message Resources Definitions file to the Struts Framework Environment?  How you will make available any Message Resources Definitions file to the Struts Framework Environment
Class and Method declaration and definitions
Class and Method declaration and definitions       Because of objective-C is the extension of ANSI-C and it follows an object oriented approach so provides classes and objects
Method Signatures
Method Signatures       Like other languages, java also permits to work with the methods declarations and method definitions. To define a method in java we need to abide by the certain
JavaScript Frameworks
JavaScript Frameworks       XMLas XMLas XMLas is a tool for binding xml definitions to an actionscript object structure can read and resolve 'n' definition
Flex Cascading Style Sheets example
Flex Cascading Style Sheets example       Following code demonstrates the use of <mx:Style> tag.  Style definitions of this tag are implemented on other GUI
j2ee
j2ee  sir can you give me some of the definitions of project under the platform of j2ee
XMLas
XMLas       XMLas XMLas is a tool for binding xml definitions to an actionscript object structure can read and resolve 'n' definition files and merge tag attributes and children Read full
Collections Exercise 4 - Word Translator
of definitions, which give the different possible translations of a word. For example... to the collection of existing definitions for this word (or create the first entry...(String word), which returns an iterator over all definitions for the given word
java - Java Beginners
java  tell me more details about abstraction with examples  Hi friend, A class that is missing definitions for one or more methods. You... and provide definitions for the abstract methods. Unlike interfaces, abstract
Collections Exercise 4 - Word Translator (Generics)
of "translations". The program begins by reading a file of definitions, which give... definitions for this word (or create the first entry if there isn't one...), which returns an iterator over all definitions for the given word
JAVA - Java Beginners
JAVA  Dear Sir, Kindly guide me the definitions in short form (4 to 5 lines) for the following in JAVA, please. 1.Layout Manager 2.Dynamic Method Dispatch 3.Thread Synchronization 4.Abstract Class 5.Over riding methods
mapping - XML
and JSP definitions, and URL mappings) that comprise a Web application. You
Web 3.0
. Definitions and Roadmap There are several definitions of the web
Velocity Web Edit
* Customizable DTD for XML Content Assist * Velocity Context Object Definitions at any
class definition
class definition  The class definitions are given as follows: class Address { int hseNo; string street; string town; string state; public: void setAddress(int h, string s, string t, string st); int getHseNo
Spring
Spring  What is bean factory? When time beans are created and loaded?   A BeanFactory is like a factory class that contains a collection of beans. The BeanFactory holds Bean Definitions of multiple beans within itself
Spring
Spring  What is bean factory? When time beans are created and loaded?   A BeanFactory is like a factory class that contains a collection of beans. The BeanFactory holds Bean Definitions of multiple beans within itself
interface - Java Beginners
interface  what is an interface? when we will we use an interface in java? what will achived using interface?  Hi friend, Interface : An interface is a named collection of method definitions (without
Web Services
services, and transport definitions using protocols like SOAP. These all
Using tiles-defs.xml in Tiles Application
-->    <set-property property="definitions-config...-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 1.1... and action definitions point directly to JSPs. With Tiles, they point to the page's
OOP - Java Beginners
OOP  Can you find the syntax errors in the definitions of the following classes:? A.) public class AA { private int x; private int y; public void print() { System.out.println(x + " " +y); } public int sum
Java Architecture for XML Binding (JAXB)
changing XML schema definitions can be time consuming and error prone so JAXB is useful
Borland Together Edition for Eclipse 6.2
and import business process execution language with Web Services definitions
Borland Together Edition for Eclipse
business process execution language with Web Services definitions (BPEL4WS
iReport
, and Jasper4Salesforce report definitions Allows users to build, test, and run reports
URGENT: User Defined Classes - Java Beginners
the definitions of the methods to implement the operations for the class Day, as defined
Web 3
through on the web. Definitions and Roadmap There are several definitions
Controlling RDF Prefix in Java
definition controlling. Here we have created prefix definitions with the explicit prefix definitions. We have created one resource "root" with one property
Web 3.0
bathroom mirrors, which can read the news coming through on the web. Definitions and Roadmap There are several definitions of the web, but usually Web 3.0
Integrating Business Logic Tier and Integration Tier Components
;beans> <!-- ========================= RESOURCE DEFINITIONS...; <!-- ========================= BUSINESS OBJECT DEFINITIONS... will probably want to use parent and child bean definitions - as described
Jakarta Struts Interview Questions
Message Resources Definitions file to the Struts Framework Environment? A: Message Resources Definitions file are simple .properties files... Resources Definitions files can be added to the struts-config.xml file through
Java - Java Interview Questions
, and class definitions are used in lieu of typedef. The end result is that Java... header files; in Java, definitions and declarations are combined in one place
Java: Interfaces
does, but abstract classes do allow static method definitions, and interfaces... instance variable definitions in multiple inheritance can be really messy, and leads
Core Java Interview Question, Interview Question
many number of non-public class definitions can a source file have A source file can contain unlimited number of non-public class definitions List primitive data
Few of the familiar Design Patterns in Java
definitions for one or more methods. Thus it restricts the creation of an object of that class. You must first create a subclass and provide definitions
Java questionnaire
definitions can a source file have A source file can contain unlimited number of non-public class definitions List primitive data types, there size
Spring Bean Example, Spring Bean Creation
definitions stored in a configuration source (such as an XML file)and it use
How to implement a superclass Person? - Java Beginners
has a salary. Write the class definitions for all classes. Each class must have
C++ - XML
) C++ function definitions, using the operations declared above: 7
mvc coding - JavaMail
definitions Tue Aug 12 12:03:54 CAT 2008 [info] Velocimacro : allowInlineLocal = false
MouseListener
these definitions into your program and only make a meaningful body for those
Open Source Defination
definitions is the observation that some types of software seem to facilitate
Java Glossary Term - M - Java Important Terms - Java Programming Glossary
with the methods declarations and method definitions. To define a method in java we
Spring cglib2
to the classpath or remove the following @Configuration bean definitions
MockCentral
of the proliferation of mock object definitions. The need to detail many method

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.