| |

| A simple and easy tutorial on UML Posted in Java > Miscellaneous by tutorialgrub on Aug 07, 2011
Learn UML in simple and easy steps using tutorialspoint's UML tutorial |
| |

| Jikes Bytecode Toolkit Posted in Java > Miscellaneous by tutorialgrub on Aug 06, 2011
Jikes Bytecode Toolkit is a 100% Java class library that enables Java programs to create, read, and write binary Java class files and to query and update a single, high-level representation of the collection of them, including relationships among them. These features allow the development of tools that report on what APIs the classes use, reorder and change instructions, merge or extend classes, add customized instrumentation (similar to profilers), analyze control and data flow, etc. |
| |

| JAR Class Finder Posted in Java > Miscellaneous by tutorialgrub on Jul 27, 2011
JAR Class Finder is a WSAD/Eclipse plug-in utility for finding JAR files containing a given class for the Java build path of a project and for helping to fix NoClassDefFound exceptions. This utility helps users to quickly and easily resolve ClassDefNotFound exceptions, which commonly occur during run time. It can also be used to avoid getting such errors if used before run time. |
| |

| Using Java to read bar codes Posted in Java > Miscellaneous by tutorialgrub on Jul 26, 2011
This article takes a new look at UPC symbols and bar codes, and describes how you can use Java to read information from a UPC bar code. The authors explain how to expedite and organize your enterprise operations that revolve around an IBM DB2 database. The sample application described in the article includes downloadable code. |
| |

| Data Wizard for Java Posted in Java > Miscellaneous by tutorialgrub on Jul 25, 2011
Data Wizard for Java is a tool for building a simple graphical user interface (GUI) that makes it easy to collect necessary data. This tool enables the building of data wizard applications using only a scripting scenario in an XML format. Data Wizard for Java can help to produce a GUI by using a simple script to describe the necessary input parameters and the required tools or utilities to be called. |
| |

| An introduction to neural networks Posted in Java > Miscellaneous by tutorialgrub on Jul 20, 2011
Neural nets may be the future of computing. A good way to understand them is with a puzzle that neural nets can be used to solve. Suppose that you are given 500 characters of code that you know to be C, C++, Java, or Python. Now, construct a program that identifies the code's language. One solution is to construct a neural net that learns to identify these languages. This article discusses the basic features of neural nets and approaches to constructing them so you can apply them in your own coding. |
| |

| Difference Between Java and C++ Posted in Java > Miscellaneous by tutorialgrub on Apr 04, 2011
Java and C++ are two major programming languages. Both have their own features. This short Tutorial will describe you difference between java and C++. |
| |

| Storage in the cloud with Amazon Simple Storage Service Posted in Java > Miscellaneous by tutorialgrub on Apr 02, 2011
Learn about cloud computing using Amazon Web Services. Explore how the services provide an alternative for architecting and building scalable applications. This article delves into the highly scalable and responsive services provided by Amazon Simple Storage Service (S3). Learn about tools for interacting with S3, and use code samples to experiment with a simple shell. |
| |

| JSF KickStart Tutorial Posted in Java > Miscellaneous by tutorialgrub on Jun 30, 2007
In this tutorial, we will show you an example of a JSF application developed without any special IDE. |
1 |