Google Analytics Rocks (Urchin)November 29th, 2005 No questions. Previously I wasn't sure if it worked as the site was bogged down by heavy traffic.
How to Develop Rule Based Java Software Using Java Rule Engine API (JSR 94)August 16th, 2005 For mission-critical applications, the process of automating business policies, procedures, and business logic is often better managed by leveraging a Business Rule Engine. Using business rules can help you develop more agile applications with shorter time-to-market.
Applets 2.0: Java & Flash Support in BrowsersJune 12th, 2007 Java applets had taken a beating in the past. Now it appears applets are making a resurgence lately with some quality applet based products.
Sun Open Sources Sun Java Studio Enterprise - Enterprise-Class Java EE Development ToolApril 12th, 2006 Java Studio Enterprise provides a complete solution for architecting and implementing large-scale enterprise applications in Java EE. Sun plans to open source major elements of the Sun Java Studio Enterprise as a project on NetBeans.org - NetBeans Enterprise Pack.
Relational Database Management System to use for Enterprise Software DevelopmentAugust 9th, 2005 As an architect I have often been asked this question by my clients, friends and at work. I would like to answer it briefly once and for all.
Sun Releases Java Composite Application Platform Suite (Java Caps) 6June 12th, 2008 The Java Composite Application Platform Suite is a collection of middleware software suites using service-oriented architecture for business integration (SOA/BI). Java CAPS is a standard based open source platform for developing software infrastructures using SOA.
Three Free Notable Java Software / APISeptember 8th, 2005 GMail API for Java
GMailer API for Java (g4j) is set of API that allows Java programmer to communicate to GMail. With G4J programmers can made Java based application that based on huge storage of GMail.
Google App Engine Support Java And How To Get An Early Invite FreeApril 8th, 2009 The breaking news today is Google App Engine has finally announced support for Java. The Java environment provides a Java 6 JVM, a Java Servlets interface, and support for standard interfaces to the App Engine scalable datastore and services, such as JDO, JPA, JavaMail, and JCache.
Java, JSP, Servlet, JDBC - Back To The Basics Part 2January 9th, 2006 I informed in my previous post that I have decided to shun all java frameworks for my current project and develop with basic Java / J2SE components instead. Here is a synopsis of my journey as it is unfolding.
How To Develop iPhone Applications in Java for Distribution (Without Jailbreaking)November 16th, 2008 iPhone is a great phone to develop applications for. Unfortunately Apple decided to restrict developing iPhone applications in a less known language called Objective C, which is used pretty much within Apple (and by Apple developers) and almost noweher else.
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).
Java or C#January 10th, 2004 On the old debate - C# versus Java
Controlling native applications using JavaJanuary 24th, 2005 Did you know that you can use Robot to control even native windows. Apparently the code finds the top window generated by the application.
What's so great about Google Suggest?December 18th, 2004 Keith posted an interesting article countering the hype generated by Google Suggest & GMail - Google Suggest and GMail are a step backwards
I think there are two things which makes Google Suggest interesting. People now realize there is a way to use javascript for live update of sections in a webpage, which for some strange reason they didn't find out earlier!
And I think the implementation is pretty decent (read fast) in duplicating a client side application functionality in a web application.
5 Tips for Bulk Data Processing ProgrammingMay 30th, 2007 We are currently processing huge amount of sensitive corporate data for a Fortune 500 company as the first phase of a project. You have to be very careful in data processing, much more than any standard programming effort.