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

BeepLite Networking Layer - Java tutorial


The BeepLite Networking Layer is a Java implementation of Blocks Extensible Exchange Protocol, a generic application protocol kernel for connection-oriented, asynchronous interactions. This technology supports dynamic, pluggable application protocols for peer-to-peer, client-server, or server-to-server scenarios.
Category: Java tutorials > Network - Difficulty:


More cool Java tutorials:



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:
DL a free trial of Rational Software Architect Standard Edition V7.5
DL a free trial of Rational Software Architect Standard Edition V7.5
Rational Software Architect Standard Edition V7.5 (known earlier as Rational Systems Developer) is an integrated Java and C++ design and development platform for creating well-architected software products and systems.
Category: Java tutorials > Development - Difficulty:
An introduction to API Tools in Eclipse
An introduction to API Tools in Eclipse
Crafting Application Public Interface (API) and especially managing API among different releases is difficult. In this article, learn how to take advantage of Eclipse's Plug-in Development Environment API Tools to make this process easier and seamlessly integrated into your daily development.
Category: Java tutorials > Development - Difficulty:
Improve the performance of your Java code
Improve the performance of your Java code
Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification, so not all JVMs will perform it. This means that tail-recursive methods in the Java language can result in unexpectedly large memory usage. This article demonstrates that dynamic compilation maintains the language's semantics while static compilation often doesn't. Learn why this matters and get a bit of code to help you determine whether your just-in-time (JIT) compiler can transform tail recursion on code while preserving semantics.
Category: Java tutorials > Development - Difficulty:
Simplest Database Sorting (Up & Down) in JSP
Simplest Database Sorting (Up & Down) in JSP
This is the simplest and fastest code that implements table sorting in JSP (Sort Ascending & Sort Descending). Excellent for JSP Database beginers
Category: Java tutorials > JSP - Difficulty: