header.gif banner2.gif Anim By: 45Acres
Categories

Charity
www.hrudaya.org
Advertisements
$12.95 Domains $4.95/mo  Hosting
Blog Roll
Archives

What would you do, if you are not afraid?

Visit www.dilt.orgVisit www.dilt.org
Google
 
Web www.ramdhanyk.com
Visit www.deeshaa.net

www.BPODigest.com i-Vortal


August 11, 2006

Sweet CVS Client

I have come acrosss this sweet CVS client Tortoise CVS. The best part is that this tool seamlessly integrates with windows explorer and its a free sourceforge download. I also think that the tortoise is really cute. Read More.......
Posted by Ramdhan Yadav at 07:44 AM

March 21, 2006

www.javawhat.com

JavaWhat - Java Everything! Read More.......
Posted by Ramdhan Yadav at 08:46 AM

October 14, 2005

Free Internet Books Directory

If you are looking for softcopies of boooks that are freely downloadable, your search is over. Visit this free ebooks directory and enjoy your reading. If you are looking to learn Java or trying to become an expert in java Read More.......
Posted by Ramdhan Yadav at 08:35 PM

September 09, 2005

AJAX Implementation on existing projects

http://www.theserverside.com/ has a post on how to use AJAX in the existing applications. The article points to AJAX implementation on SUN'ss standard petstore application. The solution uses both a client-side AJAX engine, and an XML Pipeline server. Read More.......
Posted by Ramdhan Yadav at 11:44 AM

August 29, 2005

AJAX - The Easy Way & Complex Way

AJAX is the latest rage in IT world and if you are in IT, you don't want to miss the boat. If you are java developer the following links will be useful to get started with AJAX. Article from java.net: Read More.......
Posted by Ramdhan Yadav at 11:31 AM

June 14, 2005

Weighing options when going the open source J2EE route

ServerSide has a post Weighing options when going the open source J2EE route. David Berlind, on ZDNet, has written a blog entry on elements to consider when using open source with J2EE, and mentions making choices for open source application Read More.......
Posted by Ramdhan Yadav at 11:10 AM

May 17, 2005

Spring Frame Work - Intro Tutorial

ServerSide.com has published Introduction to the Spring Framework. I need to go through this and get started with using spring. Read More.......
Posted by Ramdhan Yadav at 05:45 PM

How to write good java code

Today one of my coleague pionted out The Elements of Java Style, a book dedicated to show how to do good java programming. A pdf for writing robust java code is also available @ http://www.ambysoft.com/javaCodingStandards.pdf Google search link for The Read More.......
Posted by Ramdhan Yadav at 04:13 PM

dotCMS - J2EE OSS CRM Based on LifeRay

dotCMS: dotCMS Project Index dotCMS is a 100% free Content Management System (CMS) that includes a number of attractive features that many proprietary CMS solutions do not. A short list of these features include (or see full feature list): - Read More.......
Posted by Ramdhan Yadav at 09:40 AM

May 16, 2005

Single Sign on application from Yale University

Please find single sign on application from Yale University here. Yale University ITS Technology & Planning : CentralAuthenticationService Read More.......
Posted by Ramdhan Yadav at 10:32 AM

April 28, 2005

AJAX - The Technology Gmail is built with

If you have a gmail account, you might have observed that it is almost similar to our regular desktop email softwares like outlook. In gmail number of operations are done in the background one example is how gmail displays email Read More.......
Posted by Ramdhan Yadav at 06:03 PM

FindBugs - An open source tool to detect bugs in java code

FindBugs - A Bug Pattern Detector for Java. I think this is a really cool tool. This will help me to nail down some crapy arguements that contractors do about writing code. Gosh, I wish people learn how to do Read More.......
Posted by Ramdhan Yadav at 08:57 AM

April 26, 2005

Free Java Questions Library http://javablackbelt.com

JavaBlackBelt is (going to be) the "Java Competencies Evaluation" web site. This is the place where Java developers have their technology knowledge and development abilities recognized. It is dedicated to technical quizzes about Java related technologies. Read More.......
Posted by Ramdhan Yadav at 05:55 PM

April 06, 2005

Oreilly Launches Free Software Component Library

Explore: O’Reilly CodeZoo, its a nice library. I am sure its going to grow leaps and bounds. Read More.......
Posted by Ramdhan Yadav at 11:51 AM

March 15, 2005

Liferay - Open Source J2EE Portal

Today I found this highly sophisticated J2EE portal Enterprise. Open Source. For Life.. After going through the features, I did not believe that I missed this portal all these years. I just felt as if I am completely stupid working Read More.......
Posted by Ramdhan Yadav at 03:31 PM

February 21, 2005

Mastering EJB 3rd Edition

The Serverside reports the release of Mastering EJB 3rd Ed Edition The third edition of the best selling book, Mastering EJB, was just published and is available for free download off of TSS. The new edition includes more than 30 Read More.......
Posted by Ramdhan Yadav at 11:29 AM

January 31, 2005

JavaDoctor - Tips/Tricks Of Troubleshooting

Java Doctor is a book about diagnosing and troubleshooting enterprise applications, covering the methodologies, techniques and tools needed to successfully identify problems in scalability, performance and availability. No, this is not another performance book. In fact, it’s quite different. Most Read More.......
Posted by Ramdhan Yadav at 11:19 AM

January 17, 2005

Dallas Based Java Pro's Unleash J2EE Training 2005

Dallas based J2EE Special Interest Group are going to do a 10 month long J2EE training session with one theory class and one hands on class every month. If you are interested in learning nuts and bolts of J2EE this Read More.......
Posted by Ramdhan Yadav at 11:31 AM

November 12, 2004

SQL Query to find table/column data

SELECT TABLE_NAME,COLUMN_NAME,DATA_LENGTH,DATA_TYPE FROM ALL_TAB_COLUMNS WHERE DATA_LENGTH > 4000 AND DATA_TYPE = 'VARCHAR2' This table gives you all the detail information about any table and the columns of the table. To be more specific, you can restrict your search criteria Read More.......
Posted by Ramdhan Yadav at 10:02 AM

November 11, 2004

Pragmatic Project Automation

You're on the hook to deliver a software release for a critical demo tomorrow morning. The suits in sales are frothing at the mouth to show off your company's new whiz-bang application to some very important people with deep pockets. Read More.......
Posted by Ramdhan Yadav at 02:22 PM

November 02, 2004

AntFlow™: Hotfolder Driven Workflow and Automation

Onion Networks AntFlowâ„¢: Hotfolder Driven Workflow and Automation builds upon Apache Ant to provide a new approach to simplifying system automation that uses pipelines of hot folders chained together to perform a given task. Using XML, AntFlow associates an automated Read More.......
Posted by Ramdhan Yadav at 03:33 PM

October 26, 2004

Grash - A shell for your JVM

javanicus.com - Grash - v0.0.0.4 A bash-like shell for your Java Virtual Machine The only prerequisite to run is a java runtime environment v1.4, launch using java -jar grash.jar Read More.......
Posted by Ramdhan Yadav at 07:27 PM

October 15, 2004

SUN Releases RFID Sotware

Developing Auto-ID Solutions using Sun Java System RFID Software article describes how to develop RFID solutions using the Sun Java System RFID Software, and will help the developer understand the architecture, design and implementation. The article includes a sample application Read More.......
Posted by Ramdhan Yadav at 02:56 PM

October 12, 2004

SearchBlox J2EE Search Component

SearchBlox J2EE Search Component Version 2.0 released SearchBlox is a J2EE Search Component that delivers out-of-the-box search functionality for fast and easy implementation with your websites, applications, intranets and portals. SearchBlox uses the Lucene Search API and incorporates integrated HTTP/HTTPS Read More.......
Posted by Ramdhan Yadav at 06:04 PM

September 14, 2004

Finally one Funny Java Cartoon

Source: TheServerSide.com - Tales From TheServerSide Read More.......
Posted by Ramdhan Yadav at 04:48 PM

September 13, 2004

Manage Your Builds

Source: luntbuild 1.0 has been released Luntbuild, an open source project hosted at http://luntbuild.sf.net, can be used to perform daily builds, or continuous integration like cruisecontrol or anthill. It features a clean web interface, and maintains a full history of Read More.......
Posted by Ramdhan Yadav at 10:37 AM

August 20, 2004

Free Book: The J2EE Architect's Handbook

Source: Free Book: The J2EE Architect's Handbook TheServerSide is offering The J2EE Architect's Handbook for full download. Derek Ashmore's book is written for technical architects and senior developers tasked with designing and leading the development of J2EE java applications, providing Read More.......
Posted by Ramdhan Yadav at 11:10 AM

August 10, 2004

Sun releases Java Technology Concept Map 1.0

Via: Sun releases Java Technology Concept Map 1.0 The Java Technology Concept Map 1.0 is an interactive diagram, a web of linked terms, to show the relationships among and uses of the Java technologies. You can use the Map to Read More.......
Posted by Ramdhan Yadav at 05:13 PM

July 29, 2004

How to make your Entity Beans really perform well!

Debu Panda in his article @ TheServerSide.com - TSS - Optimizing CMP Entity Beans with Databases gives really good tips. The tips are broadly classified into the following. 1. Reduce Database operation 2. Tune Database/SQL Access 3. Caching in the Read More.......
Posted by Ramdhan Yadav at 10:37 AM

June 25, 2004

Eclipse and Hibernate - Cool Stuff

Eclipse and Hibernate are poster children for Open Source. Many developers want to integrate the two of them, and James Elliott has written on this topic. In article James discusses the myriad of Eclipse plugins available for Hibernate, how to Read More.......
Posted by Ramdhan Yadav at 12:00 PM

May 19, 2004

Java Knowledge Base by Java Lobby

Javalobby - Welcome to the Knowledge Base This site is a collection of useful Java knowledge from all over the web. With over 3 million Java developers there is a lot of information out there and this site hopes Read More.......
Posted by Ramdhan Yadav at 03:41 PM

The Top 10 Elements of Good Software Design

"You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away" - Antoine de Saint-Exupery Much is spoken of "good design" in the software world. It is Read More.......
Posted by Ramdhan Yadav at 10:27 AM

May 17, 2004

How Line Precise Error Reporting is implemented

Hi Howard, I read your blog and I'd like to make a request. I'd really like to read more technical details on techniques you might use to get line precise error reporting. This is one of the best features Read More.......
Posted by Ramdhan Yadav at 03:55 PM

XML Data Binding Resources

Ronald Bourret has a list of XML Data Binding Resources @ XML Data Binding Resources Take a peek and have fun. Read More.......
Posted by Ramdhan Yadav at 11:44 AM

XStream: Java <--> XML serialization

Serverside.com has a post on XStream: Java to XML serialization, and back again Version 1.0 of XStream, a simple open source library to serialize objects to XML and back again has been released. XStream is designed to be fast, places Read More.......
Posted by Ramdhan Yadav at 11:41 AM

May 12, 2004

Asynchronous Logging using JMS and Hybernate

Application logging is a significant component in software development and always vital for an application's health. The traditional logging services are synchronous and prove to be an overhead especially in mission-critical states. Traditional logging does not provide distributed logging services Read More.......
Posted by Ramdhan Yadav at 11:36 AM

May 10, 2004

Spring Framework

Spring - java/j2ee Application Framework, based on code published in Expert One-on-One J2EE Design and Development by Rod Johnson (Wrox, 2002). Spring includes: Powerful JavaBeans-based configuration management, applying Inversion-of-Control principles. This makes wiring up applications quick and easy. No more Read More.......
Posted by Ramdhan Yadav at 09:59 AM

May 05, 2004

JDBC Performancd Tips By Nitin Bharti

Nitin Bharti writes his JDBC Performance Series: at www.theserverside.com The articles are simple and easy to understand and very informational. This series intends to cover the following: Developing performance-oriented JDBC applications is not easy. JDBC drivers do not throw exceptions Read More.......
Posted by Ramdhan Yadav at 10:14 AM

May 03, 2004

2 Indians in J2EE Who's Who 2004

Source: The Middleware Company The Who's Who Lists are the first recognition and award designed to acknowledge the contributions and leadership provided by individuals representing the entire spectrum of roles in the enterprise Java ecosystem. There are five categories of Read More.......
Posted by Ramdhan Yadav at 09:58 AM

April 29, 2004

How Long Can BEA Survive Against IBM?

According to the Gartner Report published last May, in 2002 IBM pulled ahead of BEA Systems for the first time and gained leadership of the J2EE application server market by walking away with a 37% market share; BEA dropped to Read More.......
Posted by Ramdhan Yadav at 09:49 AM

April 27, 2004

Sun Microsystems Announces J2EE 1.4 Application Verification Kit

Sun Microsystems has announced the availability of a free J2EE 1.4 Application Verification Kit (AVK). The new J2EE AVK tests for portability and the correct use of J2EE APIs across J2EE technology-compatible application servers, helping to deliver assurance to customers Read More.......
Posted by Ramdhan Yadav at 10:08 AM

April 22, 2004

WebonSwing Framework

WebOnSwing is the easiest way to create web pages and sites, you can render html pages with Swing components, using html templates to separate perfectly look&feel and logic. You can map your Swing based applications to html web pages, using Read More.......
Posted by Ramdhan Yadav at 04:03 PM
i have swing based application and i want to use this to html web pages...
how i can do that ?
would u teach me please....
maybe we can talk by mail... ?

Posted by awank.

-->

Java to dominate consumer electronics?

After years of seemingly failing to notice just how valuable an asset it had in Java, and missing many opportunities to exploit it, Sun now has its best chance ever to control a potentially universal technology. And the pressure to Read More.......
Posted by Ramdhan Yadav at 11:35 AM

March 09, 2004

Out-of-the-Box 1.0 by EJB Solutions

Out-of-the-Box 1.0 by EJB Solutions a pretty nice idea, all open source stuff pacakged at one place and available for distribution. Out-of-the-Box™ is an enhanced distribution of over 50 Open Source projects aimed at Java™ developers Includes Apache HTTP Server, Read More.......
Posted by Ramdhan Yadav at 01:50 PM

February 02, 2004

Flow4J is an Eclipse Plug-in

Flow4J is an Eclipse Plug-in for modelling process flows in a drag and drop manner. A process flow can contain process steps (I call them flowlets), which can be linked together to a complex flow. All flows can contain the Read More.......
Posted by Ramdhan Yadav at 02:48 PM

January 16, 2004

Sun’s Java gives Spirit an easy life

The same piece of software that lets people all around the world play video games on their cell phones is now letting scientists drive the ultimate remote-controlled car across the surface of Mars. Java, the software developed by Sun Read More.......
Posted by Ramdhan Yadav at 01:37 PM

December 04, 2003

Java Charts and Reports

www.jfree.org has cool libraries for java charts and reports, will be useful in the development. Read More.......
Posted by ramdhanyk at 08:05 PM

Jar Browser

Jar Browser a useful tool for browsing jars. Read More.......
Posted by ramdhanyk at 08:02 PM

The Serverside.com Architecture Interview

TheServerSide.com J2EE Community - Theserverside.com Architecture. A very interesting interview, Dion Almaer talks about TheServerSide.com architecture and I was surprised to know that they use a cluster of verious app servers like Weblogic, Sunone, Oracle App. server etc.. for sure Read More.......
Posted by ramdhanyk at 11:29 AM

November 27, 2003

SCEA Exam Prep Site

arc2patterns.com a very interesting site with a new concept of helping to get SCEA certified. Nice niche they are looking at. I need to take advantage and complete Part II & III Read More.......
Posted by ramdhanyk at 10:14 PM

September 24, 2003

RedHat into J2EE SPace

September 23, 2003" href="http://www.internetwk.com/breakingNews/showArticle.jhtml?articleID=15200153"> Red Hat Plans Open Source J2EE, Clustering And Other Middleware > September 23, 2003 This looks exciting, still skeptical. There are already JBoss otu there, Apache foundation is working on Germanio and Red Hat J2EE Read More.......
Posted by ramdhanyk at 09:27 AM

September 22, 2003

JGraph Documentation

JGraph Documentation I need to read up this documentation and then try to understand the source code. I need to read up a good book on Swing, else it will become damn tough to crack this stuff! Read More.......
Posted by ramdhanyk at 11:48 PM

September 11, 2003

Bruce Tate Talk!

Bruce Tate, author of Bitter java, Bitter EJB, currently writing a book on Hybernate gave an awesoem speech in JavaMug meeting yesterday, the best speech until now in 2003. The best of the speech is that I got clarified that Read More.......
Posted by ramdhanyk at 10:49 AM