Application Development

With businesses investing more and more into streamlining processes, Application Development is a bigger industry than it has ever been. Read the latest news, updates and guides from technologies including Visual Studio and Apache NetBeans on the Packt Hub.

EJB 3 Security

0
Authentication and authorization in Java EE Container Security There are two aspects covered by Java EE container security: authentication and authorization. Authentication is the process...

Interacting with Databases through the Java Persistence API

0
We will look into: Creating our first JPA entity Interacting with JPA entities with entity manager Generating forms in JSF pages from JPA entities Generating JPA entities from...

Troubleshooting Lotus Notes/Domino 7 applications

0
Introduction The major topics that we'll cover in this article are: Testing your application (in other words, uncovering problems before your users do it for you). Asking...

Chatroom Application using DWR Java Framework

0
Starting the Project and Configuration We start by creating a new project for our chat room, with the project name DWRChatRoom. We also need to...

Enterprise JavaBeans

0
Readers familiar with previous versions of J2EE will notice that Entity Beans were not mentioned in the above paragraph. In Java EE 5, Entity...

Building JSF/EJB3 Applications

0
Building JSF/EJB3 Applications This practical article shows you how to create a simple data-driven application using JSF and EJB3 technologies. The article also shows you...

Consuming the Adapter from outside BizTalk Server

0
In addition to infrastructure-related updates such as the aforementioned platform modernization, Windows Server 2008 Hyper-V virtualization support, and additional options for fail over clustering,...

Oracle Web RowSet – Part1

0
The ResultSet interface requires a persistent connection with a database to invoke the insert, update, and delete row operations on the database table data....

Configuring JDBC in Oracle JDeveloper

0
Introduction Unlike Eclipse IDE, which requires a plug-in, JDeveloper has a built-in provision to establish a JDBC connection with a database. JDeveloper is the only...

SOA—Service Oriented Architecture

0
What is SOA? SOA is the acronym for Service Oriented Architecture. As it has come to be known, SOA is an architectural design pattern by...

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews