The Java Database Connectivity (JDBC) API is used to access a SQL database from a Java application. JDBC also supports tabular data sources, such as a spreadsheet. Oracle JDeveloper is a free Integrated Development Environment (IDE) for modeling, developing, debugging, optimizing, and deploying Java applications. JDeveloper 10g is used to develop J2EE applications comprising the JSPs, …
Java
Benefits of using Web Services
Benefits of using Web Services Exposing the function on to network: A Web service is a unit of managed code that can be remotely invoked using HTTP, that is, it can be activated using HTTP requests. So, Web Services allows you to expose the functionality of your existing code over the network. Once it is …
Call Java Oracle Functions From Java program
Call Java Oracle Functions From Java program Beginning with version 8i, the Oracle database includes a fully functional Java Virtual Machine, Oracle JVM. Out of this close relationship between Oracle and Java emerges an important technology for Oracle developers: Java stored procedures. With Java stored procedures, developers have the ability to harness the power of …
Writing simple ANT build script
Apache Ant Example This article explains how to write a very basic ANT build script. This does not explain indepth knowledge on building your project using ANT script. But, this writeup will be more useful for the beginners who haben’t writen any ANT script before. Before start writing the script, lets look into how to …
Basic steps to configure Log4j using xml and properties file
This example demonstrated how to configure Log4j setup using the Properties file and XML file. These are the two most widely used techniques for configuring the Log4j for your application. But, in the recent days configuring with properties files are considered to be old technique and recommended using XML. This example program uses simple standalone …
How to implement ActionListener (f:actionListener) in JSF?
Introduction This article explains how to implement the ActionListener class in the JSF core tag library. also read: Introduction to JSF JSF Interview Questions Request Processing Lifecycle phases in JSF An ActionListener is an event handler interface for a class that can respond to user events in your JSF page. The body content of this …
How to use Resource Bundle in JSF?
Topic : Java Server Faces (JSF) Environment : J2EE 5.0, MyFaces 1.1.5 Resource Bundle in JSF also read: Introduction to JSF JSF Interview Questions Request Processing Lifecycle phases in JSF This section explain how to use message resources in Java Server Faces (JSF). Resource Bundles are very important when comes to internationalization.JSF framework provides simple …
How to set selected tab in rich:tabPanel tag?
Topic : Java Server Faces (JSF), RichFaces, Ajax4Jsf Environment : J2EE 5.0, MyFaces 1.1.5, RichFaces 3.1.0 rich:tabPanel also read: Introduction to JSF JSF Interview Questions Request Processing Lifecycle phases in JSF This example illustrates how to set the selected tab in rich:tabPanel. This tag is used for creating the multiple tabs with in same page …


