Hubs 1-10 (updated every 30 minutes)sort by Hot Best Latest

Javac67

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 comments    technology education programming
Web Programming Concepts Glossary68

Web 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...

technology education programming
.NET Remoting64

.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...

technology programming .net
C++ Programming Glossary73

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;...

technology education programming
ADO.NET63

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...

education programming database
Struts Programming74

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 comment    technology programming java
MVC: Model-View-Controller Design Pattern used in Struts, Ruby on Rails, etc67

MVC: 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 comments    technology education programming
Java Tutorial Videos61

Java Tutorial Videos

This is a serie of 10 basic java tutorial videos based on Netbeans IDE.

programming java learn programming
Web Service53

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 comments    business technology programming
Java Extension Mechanism49

Java 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...

programming architecture java
Please wait working