How to Program the BlackBerry With J2MEMay 18th, 2005 An excellent article describing Blackberry architecture and two application models (The browser-based model or Custom Java Application). The browser-based model allows developers to focus on developing back-end content in a standard markup language, such as the Wireless Markup Language (WML) or the compact Hypertext Markup Language (cHTML).
Understanding J2ME based Open Cable Application Platform (OCAP) for Java Application DevelopersJuly 21st, 2005 When Java software developers consider portable devices as platforms for their applications, they often see cell phones as the only real option. Cell phone only focus is now changing.
(Why) Mac Laptops Are Most Popular With Software Developers & Press at JavaOne 2008May 14th, 2008 In JavaOne 2008 I noticed something I least expected - an abundance of Mac laptops (Macbook, Macbook Pro & Macbook Air) in not just developers hands but also press / analysts and presenters. I didn't conduct a formal survey but anyone there can attest to the fact that around 60-70% of the laptops were Mac with Dell being a distant second.
Intel explores better tie with software, showing off a way to speed the creation of app storesSeptember 22nd, 2009 Intel shows how it's branching out with softwareSAN FRANCISCO — As Intel Corp. branches beyond its core business of microprocessors for laptop and desktop computers, the chip maker is doubling as a software company.
How to Install and Build Source Code for Open SolarisJuly 21st, 2005 This is the first of two articles in which we describe how to acquire and build the source code for OpenSolaris. The first article provides all the necessary background information (terminology, where to get the tools, and so on) and describes a basic compilation and installation, and the second article will describe a more complicated compilation and installation.
How-To: MIDP Over-The-Air Provisioning with ServletsJuly 2nd, 2005 One of the realities of mobility programming today is that developers must cope with a wide variety of devices with widely different capabilities. Whether major or minor, those differences must be handled cleanly.
Sun Microsystem simplifies Java developments for mobile phone; embraces Orange, Vodafone, SonyJune 3rd, 2009 In a recent development, Sun Microsystem has joined hands with mobile phone majors Orange, Vodafone Group and Sony Ericsson Mobile Communications to make it easier and cheaper for the developers to bring Java programs to mobile phones. On Tuesday, Sun Microsystem released the new open-source testing tools in JavaOne developers conference in San Francisco.
Crossing the chasm for millions of VB developersMarch 14th, 2005 Hundreds of influential Visual Basic developers (recognized by Microsoft's Most Valuable Professional program) have signed a petition demanding Microsoft should continue supporting Visual Basic (classic) as it is doing for C++. Microsoft's plan is to end support for Visual Basic and force a transition of millions of VB developers to VB.NET or other .NET languages.
JavaFX Script Programming Language Raises More Questions Than AnswersMay 6th, 2008 The JavaFX Script Programming Language Tutorial by James Weaver at JavaOne 2008 was rather insipid. In my jet-lagged state, it was enough to put me to peaceful slumber.
Sun Targets Java for Chinese MarketSeptember 13th, 2005 "We are actively promoting Java in China as well as the rest of Asia-Pacific," said Scott McNealy, chairman and chief executive of Sun, in an interview with China Daily. "We are working with the (Chinese) government and other key players to establish Java as the industry standard for delivering open and secure services."
Java technology is being used globally in more than 2.5 billion devices, including 1 billion smart cards, more than 708 million mobile phones, more than 700 million PCs, and in data centres of the world's largest companies and organizations.
HSQLDB Cached Table Versus Memory Table Performance & ConversionAugust 13th, 2007 In short in HSQLDB cached table sucks in terms of performance. To elaborate I was running a program which takes around 9 hours running on two medium sized cached tables (bigger one 163 MB).
World's First Completely Java Powered Cell PhoneNovember 9th, 2005 LG Electronics and SavaJe Technologies Inc. announced that LG Electronics completed development of a fully Java powered cell phone using SavaJe OS™, SavaJe Technologies' Java™ Platform, Micro Edition (Java ME) Connected Device Configuration (CDC) based open OS.
Review: TrackStick II - GPS Tracker Integrated With Google MapsJuly 9th, 2007 Trackstick II Personal Tracker is a small GPS tracker which records its own location, time, date, speed, heading and altitude at preset intervals. It comes with 1MB Flash memory and downloads the data through USB port.
Virtualization Technologies - Full Virtualization versus Para-VirtualizationOctober 9th, 2008 There are several ways to implement virtualization. Two leading approaches are full virtualization and para-virtualization.
Super Simple Java ORM Framework For SQL Happy DevelopersAugust 9th, 2006 I previously mentioned that I intended not to use any Java ORM frameworks. ORM frameworks I have seen so far have a steep learning curve and tend to shoe horn your architecture into their model.