Archive for the 'Java Magazine' Category
Unitils is an open source testing library that makes unit and integration testing easy and maintainable based on testing frameworks JUnit and TestNG and integrates with other testing libraries like DBUnit and EasyMock. Unitils 1.1 release extends the testing of codes in context to Java Persistence API (JPA) along with the inegration with Spring and […]
September 1st, 2008 | Posted in Java Magazine, News and Articles | No Comments
Oracle Enterprise Pack for Eclipse 1.0 (Aug 27, 2008)
The Oracle Enterprise Pack for Eclipse (OEPE) has now released version 1.0 (v1.0) including a certified set of plugins that supports Eclipse 3.3 and 3.4. This release is intended to provide an integrated development environment (IDE) for WebLogic Server (WLS) Tools to develop, deploy and debug applications […]
September 1st, 2008 | Posted in Java Magazine, News and Articles | No Comments
The release of JavaRebel 1.2 has been announced recently, including a Plugin Support for run-time relooad of Spring configuration delivering a faster program development. JavaRebel is a java-agent that provides a JVM plugin that reloads the java class files modifications on run-time to save the time for the developers that spans due to the application […]
September 1st, 2008 | Posted in Java Magazine, News and Articles | No Comments
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
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
Two Matrix array in Java and how to use this while developing application! Java programming and using of array is quite confusing for any fresher and when it’s comes to use matrix it turns more complex.
Well because as a Java Expert I know all these problems and had already faced it prior, I tried my […]
August 2nd, 2008 | Posted in Java Examples, Java Magazine | No Comments
Biological Databases are like any other databases, which contain data of DNA RNA etc. This database is organized for optimal retrieval and analysis. Biological database is the collection of life science information, taken from scientific search outs, literature, technology, and computational analyses. Information in biological databases includes gene function, structure, localization , clinical effects of […]
July 23rd, 2008 | Posted in Java Magazine, Open Source | No Comments
Bioinformatics is that branch of science where application of information technology is made to the biological problems. Bioinformatics is the analysis of biological information through computers and statistical methods; the science of developing and using computer databases and algorithms to speed up and enhance biological research.
It is a method to analyses Biological data. Bioinformatics is […]
July 23rd, 2008 | Posted in Java Magazine, News and Articles | No Comments
Developing a distributed application in J2EE or on any other platform is not actually easy but quite interesting and challenging for any developer doing it for the first time. Some of them give up and some continues to it until they made it without fearing.
So to minimize your fear and making this development process […]
July 7th, 2008 | Posted in Ant, Java Magazine, Java Programming, Open Source | No Comments