Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Analyze Unstructured video information with UIMA SDK - Java tutorial


Discover a technology, UIMA SDK, which is an all-Java implementation of the UIMA framework. It supports the implementation, description, composition, and deployment of applications working with unstructured information, such as video, text, audio, and images.
Category: Java tutorials > Application - Difficulty:


More cool Java tutorials:



Introduction to Java
Introduction to Java
This introductory tutorial from Sun will provide an interview to programming in Java. It includes an overview of the language and environment, a simple "Hello World" lesson, and sample code for Windows, Linux, and OS X used in the creation of "Hello World".
Category: Java tutorials > Basics - Difficulty:
Database Connection Pool Analyzer for WebSphere
Database Connection Pool Analyzer for WebSphere
Employ a tool that uses an analysis engine to resolve problems related to Java Database Connectivity connection pools and find connection leaks. JDBC is used by applications written in Java to define how a client accesses database resources. Connection pooling improves the response time of an application that requires connections, especially Web-based applications.
Category: Java tutorials > Development - Difficulty:
Liferay Portal Enterprise Intranets
Liferay Portal Enterprise Intranets
In the intranet website book.com of "Palm Tree Publications", as an administrator, you are required to provide an environment for employees to enjoy chatting, instant messaging, mailing, and SMS text messaging with others. This chapter will introduce to us, how to enjoy instant messaging. Then, it will discuss how to manage emails. Finally, it will focus on SMS text messenger. By the end of this chapter, you will have learnt how to: Add a participant for chatting. Manage (view and delete) participants in the chat portlet. Start chatting. Set up chat portlet. Manage (check, delete, forward, reply, search) mails. Set up mail portlet. Manage SMS text messenger portlet. Working with Chat Portlet In order to let employees enjoy chatting and instant messaging with others, we should use the Liferay Chat portlet. Let's experience how to enjoy chatting and instant messaging fi rst. As an administrator of "Palm Tree Publications", you need to create a Page called "Instant Messaging" under the Page, "Community", at the Book Lovers Community and also add the Chat portlet in the Page, "Instant Messaging".
Category: Java tutorials > Network - Difficulty:
XQuery Normalizer and Static Analyzer
XQuery Normalizer and Static Analyzer
Learn how to use the XQuery Normalizer and Static Analyzer, a Java API and graphical user interface (GUI) for normalizing and computing the static type of XQuery expressions. The GUI is used for entering the XQuery expression and for displaying the results. The Java API allows programmers to process XQuery expressions in their applications.
Category: Java tutorials > XML - Difficulty:
ConcurrentTesting for Multi-Threaded Apps
ConcurrentTesting for Multi-Threaded Apps
Improve the quality of testing and decrease development expense by eliminating concurrency-related bugs in parallel and distributed Java programs. With minimal effort, upgraded ConcurrentTesting measures test coverage, aids in debugging, enables replay, and presents deadlock information.
Category: Java tutorials > Development - Difficulty: