Data retrieval and storage are one of the most common components of J2EE applications. JDBC (Java DataBase Connectivity) is the Java API for accessing a Structured Query Language (SQL) relational database and adding, retrieving, and updating data in the database. JDBC 3.0 specification is the current specification implemented by most application...
The Definitive Guide to SOA: Oracle® Service Bus, Second Edition targets professional software developers and architects who know enterprise development but are new to enterprise service buses (ESBs) and service–oriented architecture (SOA) development. This is the first book to cover a practical approach to SOA using the BEA...
Mastering Enterprise JavaBeans, 2nd Ed. by Ed Roman and Scott Ambler includes the new EJB specification and expanded coverage on more advanced topics for developers. (Publishers Weekly)
"...the style is informal, with clear explanations…an enjoyable read and good value for money..." (Computer...
Sams Teach Yourself JavaServer Pages in 24 Hours guarantees to teach 24 one-hour lessons on JSP and its ties to other J2EE techologies, including Servlets and JDBC. Additionally, this book covers the comprehensive development of JSPs using tools such as BEA's WebLogic Server and Apache Tomcat. Each lesson builds on the previous one, allowing the...
The open source Scala language is a Java–based dynamic scripting, functional programming language. Moreover, this highly scalable scripting language lends itself well to building Cloud–based/deliverable Software as a Service (SaaS) online applications.
Written by Lift Scala web framework founder and lead...
Peter Seibel interviews 15 of the most interesting computer programmers alive today in Coders at Work, offering a brand-new companion volume to Apress’s highly acclaimed best-seller Founders at Work by Jessica Livingston. As the words “at work” suggest, Peter Seibel focuses on how his...
Rich Internet Applications (RIA), or to put it into its broader scope, the Rich Enterprise Application (REA) paradigm, has become reality and new business applications are primarily built for web and mobile clients and less for the desktop. Through the adoption of Service Oriented Architecture (SOA) in business application development and...
This book is about the development of distributed applications using PowerBuilder. PowerBuilder has evolved over the years from a pure client/server tool to a tool that supports and enhances the development experience.
Version 9 of PowerBuilder introduces many features designed specifically to blend the traditional strength of...
Fusion Applications takes the concept of an Enterprise Application to a whole
new level. Whether you’re in the IT department, a systems integrator, a business
leader, or an end user, Fusion Applications has more of what you need, less of
what you don’t, and some of what you didn’t even think possible.
Grails is a full-stack web development framework that enables you to build complete web applications in a fraction of the time and with less code than other frameworks. Grails uses the principle of convention over configuration and the dynamic Groovy programming language.
This revised and updated new edition shows you how to...
Performance Engineering is the core of all software products!! By improving the performance of their application, an enterprise can provide better user experience which leads to increased revenue. The cause of most performance issues is bottlenecks around CPU Utilization, Memory Access and Input/Output devices. There are methods to identify...