Home Tags Java

Tag: Java

Extending Python via Shared Libraries

3
Python is one of the most popular programming languages ever -- its great productivity, flexibility and general-purpose nature efficiently address areas ranging from Internet...

Automate Testing Web Apps with WebTest

0
WebTest lets developers write XML-based test suites so quickly, it's almost fun! Virtually everyone uses a browser every time the computer is switched on --...

Write Your Next Program on Linux

23
Quite a few colleges and schools still teach C/C++/Java programming on Windows -- and even worse, on DOS (using Turbo C/C++)! GNU/Linux provides a...

Introducing JQuery Selectors

1
The JQuery library provides different options to identify an element. The power of JQuery is that it allows us, users of the library, to write our own selectors.

Portlet Development With Liferay

7
A tutorial on developing JSR-286 portlets for the Liferay platform.

Oracle’s Gravity Pulls in Sun

2
This Oracle-Sun deal is like a galactic collision that promises to shake up the global tech industry.

Joy of Programming: About the Java Overflow Bug

1
[The Joy of Programming] In this column, we’ll discuss a common overflow bug in JDK, which surprisingly occurs in the widely used algorithms like binary search and mergesort in C-based languages.