JavaBeat Feeds
|
|
|
|
|
|
|
Pages :
1
[Total Tips : 10]
|
Entity Beans in EJB(BMP)
Author :
Ramaswamy
Date : Sun May 25th, 2008
Thus far, we acquainted ourselves with Sessionbeans ( both stateless and stateful) and also CMP Entity bean.
In this instalment, we take up the most difficult type, (ie) Bean-Managed Persistent Entity bean.(BMP)
Entity Beans in EJB(CMP)
Author :
Ramaswamy
Date : Sun May 25th, 2008
As already mentioned ,Entity beans can be thought of as a record ( or row) in a table of a relational database. ( This is just for easy understanding because, the database can also be Object Database, XML database etc.)
Java Security Packages using JCA/JCE
Author :
Ramaswamy
Date : Fri May 23rd, 2008
In this tutorial, the author explains the cryptography-related concepts and packages in JDK,with code examples.Many of the concepts and technical terms thus learnt will be useful in understanding the Cryptography API in MFC also.
Java Messaging Service(JMS)
Author :
Ramaswamy
Date : Thu May 22nd, 2008
A brief note and demo for JMS ( Java Messaging Service)
JSTL and SQL-TAGS
Author :
Ramaswamy
Date : Thu May 22nd, 2008
In this fourth and last part of the tutorial on JSTL,the author deals with the 'sql' tags in JSTL and shows how they greatly simplify simple database operations like 'select' queries. In another demo, common database operations like 'add','modify' , 'delete' and 'verify'also are dealt with.
JSTL and XML-TAGS
Author :
Ramaswamy
Date : Thu May 22nd, 2008
In this third part of the tutorial on JSTL, the author explains the use of xml tags of the JSTL and shows their wonderful simplicity ,ease of use and raw power.
Core Tags in JSTL
Author :
Ramaswamy
Date : Thu May 22nd, 2008
In the second part of this tutorial on JSTL, the author explains how the tags in the core-group can be used in JSP pages, with a number of simple examples.
An Introduction to JSTL
Author :
Ramaswamy
Date : Thu May 22nd, 2008
As J2EE programmers, we are familiar with Servlets , JSP and JavaBeans. Any JSP page should encapsulate the business logic in a bean and invoke it by using jsp:useBean tag. Till recently, a combination of Servlets, JSP and beans was the standard practice. But, the JCP realeased an API for enabling programmers to create custom tags and use them in their JSP pages. The difference between javabean and java custom tags was that, though both made use of java classes, tags can be used by non-programmers also without knowledge of Java programming, just as they would use html tags.( From a programmers perspective,however, a much more important distinction is that tags are specific to the page in which they are created while javabeans are general. )
Getting Started with Flex 2.0
Author :
Ramaswamy
Date : Thu May 22nd, 2008
Flex2 is the latest RIA technolgy based on MXML and Flash.Originally from Macromedia, this software is now being provided by Adobe, as Adobe has recently acquired Macromedia. The Flex2 software was given in DeveloperIQ CD in August-2006. That edition carried a very interesting and informative interview with Dave Gruber of Adobe by the editor Mr.Ramdas. Flex2 is being positioned and promoted as a better technology than Ajax. ( this is the impression that we gain, from their advertisements in JavaLobby site).
The aim of this introductory tutorial is to explore the technology at a very basic level. However, what we see by these basic experiments is that it is just like DotNet Framework and ASP.net , atleast so far as naming of controls etc are concerned and partly like an applet( it is executed in client-side).
What is Spring?
Author :
JavaBeat
Date : Thu May 22nd, 2008
Spring is grate 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.
|
|
|
|
|
Pages :
1
|
|
|
|