Abstract
There are many different types of command line options that programs need to recognize. Many languages (e.g.: bash and perl) has built-in processing of command line options; Java does not. The Java Command Line Options (JCLO) package performs this task for a variety of o...
Abstract
There are many different types of command line options that programs need to recognize. Many languages (e.g.: bash and perl) has built-in processing of command line options; Java does not. The Java Command Line Options (JCLO) package performs this task for a variety of o...Feb. 7, 2010 09:15 PM EST Reads: 7,443 |
In enterprise IT no one just raises salary if there is a way to hire someone else for less money. It's just not in the corporate culture where people are treated as nameless resources. Have you ever wondered why policemen get lower salaries than Java developers even though people in th...Jan. 10, 2010 02:45 PM EST Reads: 4,766 |
Sun has released VirtualBox 3.1.0, it's cross-platform virtualisation software to include support for 2D video acceleration for Windows guests.
Virtual Box is available in two versions.The open source edition is available under the GPL, but is only available from Sun as source code...Dec. 7, 2009 12:00 PM EST Reads: 1,912 |
Dec. 1, 2009 06:30 AM EST Reads: 5,033 |
Not long ago I worked on a team charged with building up a Java-based REST infrastructure. Our goals were to first support what was then an emerging specification for Java-based RESTful services called JAX-RS. Beyond that, we had thoughts of building an entire framework, both server an...Oct. 30, 2009 11:45 PM EDT Reads: 1,819 |
There are a number of esteemed contests for the greatest and fastest software developers among us – events where we can pit our coding prowess against fellow brainiacs and like-minded techies. I think it’s high time we had an alternative set of awards, suited not to aspiring budding Tu...Aug. 3, 2009 02:45 PM EDT Reads: 1,464 |
IT managers can look to an unlikely source for career inspiration: the late Walter Cronkite. The guiding principles that made Cronkite, "the most trusted man in America" can help impact your career in the world of high tech.
The late Walter Cronkite as a role model for IT managers? ...Jul. 20, 2009 01:00 PM EDT Reads: 2,969 |
The common methods for functional GUI testing are the "record and execute" script technique and writing test programs for different scenarios. In the "record and execute," the test designer interacts with the GUI and all the events are recorded in a script. The script can later be repl...Jul. 18, 2009 12:45 PM EDT Reads: 41,482 Replies: 7 |
A couple of patterns that could cause Java heap exhaustion were identified from years of research at IBM. One interesting scenarios was observed when Java applications generate excessive amount of finalizable objects whose classes have non-trivial Java finalizers. A Java finalizer perf...Jul. 16, 2009 11:45 PM EDT Reads: 9,816 Replies: 1 |
We can visualize resource starvation using an elaborate rendition of the Dining Philosophers Problem. This classic metaphor of resource allocation among processes was first introduced in 1971 by Edsger Dijkstra in his paper “Hierarchical Ordering of Sequential Processes.” It’s been a m...Jul. 16, 2009 06:45 PM EDT Reads: 12,722 |
Software testing while one of the most important tasks done in a development project is often misunderstood and abused by everyone from programmers and managers to testers. Wikipedia calls testing “an empirical investigation conducted to provide stakeholders with information about the ...Jun. 10, 2009 08:00 AM EDT Reads: 2,086 |
“What would you think if I told you that you can develop a web application at least ten times faster with Rails than you can with a typical Java framework?” Oops! Ten times faster! Well, after these comments I decided to learn Ruby on Rails. I need to know the true key of the productiv...May. 16, 2009 10:00 PM EDT Reads: 18,107 |
Want an easy way to build installers for Solaris, HP-UX, AIX, Linux, IBM i, Mac OS X, and more? Try InstallAnywhere 2009! From the makers of InstallShield, InstallAnywhere is the most popular installation tool for Java developers. Create bulletproof installers for any platform in minut...Apr. 22, 2009 11:00 AM EDT Reads: 2,607 |
Sun Microsystems and the NetBeans Community announced new third-party support for the NetBeans Integrated Development Environment (IDE). These new modeling, business intelligence and mobile application development partner offerings continue to enhance the productivity and choice that d...Feb. 18, 2009 05:45 PM EST Reads: 2,080 |
Esmertec, a Swiss firm specializing in Android and Java virtual machines, is acquiring Purple Labs, French vendor of mobile stacks compatible with the LiMo Platform. In a stock deal worth about 19.7 million shares, the two European companies will be renamed as Myriad Group AG. The new ...Feb. 16, 2009 11:00 AM EST Reads: 1,314 |
Sun Microsystems announced the availability of the JavaFX Mobile platform, enabling the Java wireless ecosystem to create expressive solutions, which leverage the power and ubiquity of the Java Platform Micro Edition (Java ME). The JavaFX Mobile platform delivers rich content and servi...Feb. 12, 2009 06:00 PM EST Reads: 3,519 |
JavaBlackBelt, a leader in Java learning and now powered by over 50,000 developers in its European community, today announced the opening of its web 2.0-based Java skills management services to enterprises in the US and India. Specifically, it has reached agreement with Boston-based G...Feb. 10, 2009 05:51 AM EST Reads: 1,839 |
This year's JavaOne attendance must be the best ever. I have my own little indicator: SYS-CON Media put 6,000 copies of the JDJ - Java Developer's Journal's May's issue, by the end of the first day all magazines were gone. They are shipping another 6,000 copies today! May. 17, 2006 01:45 PM EDT Reads: 9,352 Replies: 2 |
JavaBlackBelt describes itself as a community for Java and open source skills assessment, a place where skills can be recognized. The site is dedicated to technical quizzes about Java-related technologies.Aug. 20, 2005 08:30 AM EDT Reads: 6,010 Replies: 4 |






In enterprise IT no one just raises salary if there is a way to hire someone else for less money. It's just not in the corporate culture where people are treated as nameless resources. Have you ever wondered why policemen get lower salaries than Java developers even though people in th...
Sun has released VirtualBox 3.1.0, it's cross-platform virtualisation software to include support for 2D video acceleration for Windows guests.
Virtual Box is available in two versions.The open source edition is available under the GPL, but is only available from Sun as source code...
Not long ago I worked on a team charged with building up a Java-based REST infrastructure. Our goals were to first support what was then an emerging specification for Java-based RESTful services called JAX-RS. Beyond that, we had thoughts of building an entire framework, both server an...
There are a number of esteemed contests for the greatest and fastest software developers among us – events where we can pit our coding prowess against fellow brainiacs and like-minded techies. I think it’s high time we had an alternative set of awards, suited not to aspiring budding Tu...
IT managers can look to an unlikely source for career inspiration: the late Walter Cronkite. The guiding principles that made Cronkite, "the most trusted man in America" can help impact your career in the world of high tech.
The late Walter Cronkite as a role model for IT managers? ...
The common methods for functional GUI testing are the "record and execute" script technique and writing test programs for different scenarios. In the "record and execute," the test designer interacts with the GUI and all the events are recorded in a script. The script can later be repl...
A couple of patterns that could cause Java heap exhaustion were identified from years of research at IBM. One interesting scenarios was observed when Java applications generate excessive amount of finalizable objects whose classes have non-trivial Java finalizers. A Java finalizer perf...
We can visualize resource starvation using an elaborate rendition of the Dining Philosophers Problem. This classic metaphor of resource allocation among processes was first introduced in 1971 by Edsger Dijkstra in his paper “Hierarchical Ordering of Sequential Processes.” It’s been a m...
Software testing while one of the most important tasks done in a development project is often misunderstood and abused by everyone from programmers and managers to testers. Wikipedia calls testing “an empirical investigation conducted to provide stakeholders with information about the ...
“What would you think if I told you that you can develop a web application at least ten times faster with Rails than you can with a typical Java framework?” Oops! Ten times faster! Well, after these comments I decided to learn Ruby on Rails. I need to know the true key of the productiv...
Want an easy way to build installers for Solaris, HP-UX, AIX, Linux, IBM i, Mac OS X, and more? Try InstallAnywhere 2009! From the makers of InstallShield, InstallAnywhere is the most popular installation tool for Java developers. Create bulletproof installers for any platform in minut...
Sun Microsystems and the NetBeans Community announced new third-party support for the NetBeans Integrated Development Environment (IDE). These new modeling, business intelligence and mobile application development partner offerings continue to enhance the productivity and choice that d...
Esmertec, a Swiss firm specializing in Android and Java virtual machines, is acquiring Purple Labs, French vendor of mobile stacks compatible with the LiMo Platform. In a stock deal worth about 19.7 million shares, the two European companies will be renamed as Myriad Group AG. The new ...
Sun Microsystems announced the availability of the JavaFX Mobile platform, enabling the Java wireless ecosystem to create expressive solutions, which leverage the power and ubiquity of the Java Platform Micro Edition (Java ME). The JavaFX Mobile platform delivers rich content and servi...
JavaBlackBelt, a leader in Java learning and now powered by over 50,000 developers in its European community, today announced the opening of its web 2.0-based Java skills management services to enterprises in the US and India. Specifically, it has reached agreement with Boston-based G...
JavaBlackBelt describes itself as a community for Java and open source skills assessment, a place where skills can be recognized. The site is dedicated to technical quizzes about Java-related technologies.
Ulitzer content is offered under Creative Commons "Attribution Non-Commercial No Derivatives" License.
For any reuse or distribution, you must make clear to others the license terms of this work.
The best way to do this is with a link to this web page.
Any of the above conditions can be waived if you get written permission from Ulitzer, Inc., the copyright holder.
Nothing in this license impairs or restricts the author's moral rights.