Saturday, October 8, 2011

MyEclipse Shortcuts

Navigational Shortcuts F10 Main menu Shift F10 Context menu Ctrl F10 View menu   ...

MyEclipse JSF Tutorial

Outline Preface Introduction Requirements  New Project Setup & Structure  Creating the Message Bundle Creating the Managed Bean Creating the JSP Pages Running the Application Summary  User Feedback    1. PrefaceThis document was written using MyEclipse. However,...

Building Web Application With Ant and Deploying on Jboss 3.0

Building Web Application With Ant and Deploying on Jboss 3.0 Building Web Application With Ant and Deploying on Jboss 3.0 Previous Tutorial Index Next In this lesson I will show you how to build you web application and install on the Jboss 3.0 Building Web Application With Ant and Deploying on Jboss 3.0       In this lesson I will show you how to build you web application and install on the Jboss 3.0 application server. After the completion of the lesson...

Configure web logic server in myeclipse

...

Download & Configure Oracle OC4J Server for Netbeans IDE

Are you using Oracle OC4J server? If you're, did you think about using the Netbeans IDE (Integrated Development Environment)? Download OC4J from the Netbeans updates Open Netbeans IDE and then follow below steps to configure the OC4J server. 1. Tools > Update Center 2. Select "Netbeans Update Center Beta" 3. Select OC4J 10g You can then configure a new server and run/stop the server from your IDE. You can get more info from official website for Netbeans OC4J module @ Netbeans OC4J modu...

Java program to fetch and sort files from a directory

Hi - Have you worked with Java file system objects? It has very good features like accessing files and sorting them in ascending order and descending order. In Java 1.5, Sun Microsystem has introduced the Comparator class to make the sort operations easier. So, I'm going to discuss about this today. When you create a File object, it will just create a reference for the path that you've given for the constructor. You can invoke methods like exists() to find whether the file exists or isDirectory() to find whether this file represents a ...

System.out.println() short cut keys on different IDEs

If you're using different IDE to develop a program in Java, you might have searched for a short cut key for System.out.println(). I've so far programmed Java using 3 different IDEs Netbeans, Eclipse, and JDeveloper. Here the short cuts for System.out.println on each IDE above Short cut on Netbeans Type sout and press tab key Short cut on Eclipse Type syso and press Ctrl+space Short cut on JDeveloper Type sop and press Alt+En...

Servlet

URI And URL DifferenceBefore going into URL and URI, you need to know some background. Do you ever thought about, who decides what is URL? and what is URI? or who is the authority for URL, URI and such naming conventions? W3C and IETFThere are two separate bodies W3C and IETF. The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web. The specifications for URI and URL are defined by W3C. It was founded and headed by Sir Tim Berners-Lee. He...