Archive for August, 2008
Hi folks! Are you wondering about JSF quick reference??
I have just written this post in order to minimize your problems in getting quick reference to Java Server Faces.
This post is Just a quick introduction to JSF but if you are looking for the JSF Quick Tutorials please visit: http://www.roseindia.net/jsf
Okay so lets talk about the Java […]
August 28th, 2008 | Posted in Java Magazine, News and Articles | No Comments
Whether you are developing a program for hotel industry, a bank or a school dose not matters what features you are providing to them but one common thing, which is required for every industry, is a calendar or date feature.
This is a day-to-day need of every industry and required to keep data accurate and up […]
August 21st, 2008 | Posted in JSP | No Comments
Because all biologist need to save, retrieve and analysis biological data every time. This is the only reason why we need it to work fast and without making any mistakes.
But when these bioinformatics tools are not user friendly can create some problem while working with it or could cause a major problem in case incorrect […]
August 21st, 2008 | Posted in News and Articles | No Comments
There could be several tags in JSF and Facelets but with the help of this blog story on Facelets UI Tags, I’ll try to explain all the UI tags in facelets.
Given Below are the List of UI faceletes tags…
ui:component
ui:composition
ui:debug
ui:decorate
ui:define
ui:fragment
ui:include
ui:insert
ui:param
ui:remove
ui:repeat
Now lets see what is the use of these UI tags in Facelets one by one…
1. ui:component […]
August 19th, 2008 | Posted in Java Examples, Java Magazine, Java Programming | No Comments
Basically UDP is used to send the data in both the directions but still different from TCP/IP. The major difference is a security and speed. Both are the solution of same problem “sending data over internet connection”.
In this tutorial you will be going through the concept of UDP, what is UDP Ports with maximum […]
August 19th, 2008 | Posted in Java Magazine | No Comments
Here I’m not going to explain the basics or fundamentals of JSP. But if you want to learn it sees the previous post in JSP or go through http://www.roseindia.net/software-tutorials/detail/6241
This tutorial will explain you each and everything, which is really required for any programmer in the beginning. So just go through the above given tutorial […]
August 13th, 2008 | Posted in JSP | No Comments
Before you read about declaration tags in JSP, you must know what is JSP and why it is used in programming. So lets see the …
Quick answers about JSP
JSP Stands for Java Server Pages
What is it? – Sever Side Scripting Language, a Java Servlet Technology
Developed by – Sun
What are Tags in JSP?
JSP tags are used […]
August 13th, 2008 | Posted in JSP, Java Examples | No Comments
Example of calculating and adding two numbers in Java
The given example of java is basically designed for the beginners who want to make career in the java technologies. When you start learning java there are certain things that you must keep in mind such as… what is the structure of Java Programming or where to […]
August 11th, 2008 | Posted in Java Examples | No Comments
In this section, you will study the use of if-else ladder in jsp.
A ladder is the vertical or inclined set of steps. Here we are providing you an example to show the if-else ladder. We have defined integer variable i and initialize it with value 2. We are using if-else loop for the ladder and […]
August 4th, 2008 | Posted in Java Examples, Java Programming | No Comments
This is a simple java array example that will show you how to get and print palindrome numbers using array in java. Apart from this you will learn I/O packages and Input and output streams in java.
You will be able to find out the benefit of using loops and implementing it in your Java Program. […]
August 2nd, 2008 | Posted in Java Examples | No Comments