Saturday, December 15, 2007

WebORB

WebORB for Java reduces the barrier to access for any sized organization and provides a complete set of tools enabling transparent connectivity between Flex, Flash and AJAX client applications and Java-powered backend systems. The product is a full-featured alternative to Adobe’s Life Cycle Data Services and includes remoting, data management and bi-directional messaging support for Flex clients. Additional features not available in any of the competing solutions include: powerful management console, service browser, and code generation tools. Midnight Coders is rolling out a suite of support plans for all product editions.

http://www.theserverside.com/news/thread.tss?thread_id=47838

Thursday, November 29, 2007

Friday, August 17, 2007

Spring OSGi

What is OSGi and a presentation about it.

http://www.springframework.org/node/506

Major current implementations :
Eclipse OSGi
Felix - Apache implementation

Eclipse plugin project is same as OSGi

Thursday, May 31, 2007

Google Gears

Google Gears is an open source browser extension that enables web applications to provide offline functionality using following JavaScript APIs:

http://gears.google.com/

Friday, May 18, 2007

Mashups: The next major new application development model?

Microsoft Mashup tool : http://www.popfly.ms/ (Also see silverlight framework from MS)
Yahoo Mashups : http://pipes.yahoo.com/pipes/

Excellent blog article on mashups : http://blogs.zdnet.com/Hinchcliffe/?p=106
Excellent blog on widgets : http://blogs.zdnet.com/Hinchcliffe/?p=80

Thousands of widgets you can add : http://www.widgetbox.com/

Javascript compression utilities

Good Java script compression utilities

http://javascriptcompressor.com/

http://alex.dojotoolkit.org/shrinksafe/

Tuesday, May 15, 2007

Hopspot, Public Transit Info

For people who dont have a car. Get moving directions using public transportation.

http://hopstop.com/

Format SQL

The following website formats the SQL code copied from java classes or any other SQL. If copied from a java class it will remove the "+ which are used for string concatenation.

http://sqlinform.com/

Saturday, May 12, 2007

Interview Questions

Website with interview questions for various companies

http://www.careercup.com

Tuesday, May 8, 2007

Rich client application frameworks

Probably the future.. No more javascript and cross compatability hell suffering with AJAX.

Sun : JavaFx
Microsoft: Silverlight
Adobe: Apollo, Flex

Wednesday, May 2, 2007

The Art of War

Good book to read.

Link on wikipedia http://en.wikipedia.org/wiki/The_art_of_war which explains.

Proxy Browsing

If you want to browse internet from the office and do not have access to few sites use this..Just enter the URL in the text box and click submit.

http://wpc1964.amenworld.com/index.jsp

Tuesday, May 1, 2007

Thursday, April 26, 2007

Monday, April 16, 2007

Send multipart email in Java

Multipart email will render the text based on your email client. If your client can render HTML emails it will render HTML email and if it can render text only then it will render text only version of the email.

http://java.sun.com/developer/EJTechTips/2004/tt0625.html#1