Hubs 1-10 (updated every 30 minutes)sort by Hot Best Latest
Javac
javac.exe is Sun's free Java compiler found in the JDK The PATH Environment Variable should contain the path to the javac.exe directory, something like this: ;c:\jdk1.1.8\bin Checking the JAVA_HOME by...
4 commentsWeb Programming Concepts Glossary
This is a continuous growing list of terms for Web Programming Concepts. CGI is a simple protocol used to communicate between Web forms and a program written in any language that can read STDIN, write to...
.NET Remoting
.NET Remoting is an enabler for application communication. It is a generic system for different applications to use to communicate with one another. .NET objects are exposed to remote processes, thus allowing...
C++ Programming Glossary
This is a continuous growing list of terms for C++ Programming. The Ampersand Operator (&) is used as "address of" operator for dereferencing a pointer. In C++, arrays have no properties or methods;...
ADO.NET
ADO.NET is a set of classes, included with the .NET Framework, that represents the primary method by which .NET applications interact with relational databases and other open and proprietary data...
Struts Programming
Struts is an implementation of the MVC design pattern for Java Web Application. The Struts Framework is a standard for developing Web applications based on the Model-View-Controller (MVC) design paradigm,...
1 commentMVC: Model-View-Controller Design Pattern used in Struts, Ruby on Rails, etc
Model-View-Controller (MVC) is a classic design pattern originally crafted by Reenskaug at Xerox Parc and implemented later on the Smalltalk Language. It was originally called Thing-Model-View-Editor in a first paper before being called...
2 commentsJava Tutorial Videos
This is a serie of 10 basic java tutorial videos based on Netbeans IDE.
Web Service
Web services are the building blocks for distributed applications functioning over standard internet protocols. Typically, these are simple request/response services that can be located...
3 commentsJava Extension Mechanism
Extensions are groups of packages and classes that act as "add-on" modules to the Java platform. Their classes and public APIs are automatically available to any applications running on the platform. The...










