Elango’s

Just like That …….

FREE Microsoft Software for Download January 31, 2006

Filed under: Tech Tips — Elango @ 5:15 pm

As mentioned here, there are numerous Free software from Microsoft

 

Java Frameworks and Libraries January 30, 2006

Filed under: Tech Tips — Elango @ 6:49 pm

This wiki page on java.net site has very good collection of application frameworks and utility libraries.

 

IBM Software Architecture Kit January 30, 2006

Filed under: Architecture — Elango @ 6:25 pm

Architecture section of IBM Developerworks offers a complimentary kit for IT architects, which provides a collection of materials that can help based on IBM Tools. This kit includes several podcasts from Grady Booch, an webcast on SOA, several demos, Developerworks articles and whitepapers.

It covers

  • Model-driven development and Model-Driven Architecture
  • Patterns-based development
  • Structural review and control
  • Service-Oriented Architecture (SOA)

You can find the architecture kit here

 

Factbites – another Search tool January 23, 2006

Filed under: Web Technologies — Elango @ 5:47 pm

Factbites is another search tool with specialized focus area. Search with this engine gives better results on specific subject or event.

 

Search engine for searching web based discussion forums January 23, 2006

Filed under: Tech Tips, Web Technologies — Elango @ 5:02 pm

Omgili beta is one of the tool specialised in searching web based discussion forums. The service offers special commands to search for information on a discussion thread’s different aspects such as topic (intopic) and reply (inreply).

 

Tutorial Search Engine January 23, 2006

Filed under: Tech Tips, Web Technologies — Elango @ 4:58 pm

With tens of hundreds of online tutorials and other training materials, it requires some specialized tools to search / find relevant information.

Pixel2life is a tutorial search engine. The service has a database of more than 15,000 tutorials on different computing related subjects such as JavaScript, Perl, Visual Basic, Visual C++ and so on. Pixel2life is quite dynamic and to help you easily track the latest additions to its index, the service features a RSS feed also.

 

Defintion for Architecture January 20, 2006

Filed under: Architecture — Elango @ 3:24 pm

My definition would be “Art of transforming a business requirement into efficient IT Solutions”.

Lets us see how others define the term “Architecture”

Merriam-Webster:
the manner in which the components of a computer or computer system are organized and integrated
Oxford English Dictionary:
Computing. The conceptual structure and overall logical organization of a computer or computer-based system from the point of view of its use or design; a particular realization of this.

 

Java Runtime Environments January 19, 2006

Filed under: Architecture, Musings, Tech Tips, Web Technologies — Elango @ 7:13 pm

In today’s scenario, every Java applications come with its own copy of Java Runtime Environment (JRE). Amoung many reasons for supplying own copy of JRE, the main one is version compatability and to reduce runtime issues and debug time :-/. And every machine would be crowded with numerous copies JRE (sometimes multiple copies of same version).

I think in java world no one cares now about how many JREs installed on single machine. And taking Java as a platform, all these applications are bundled with their own platform for running it. So where is platform independance ? If the same thing had happend with Microsoft .Net platform, I could imagine people would be ready to beat them up with Standards flag.

I was looking out some simple way to identify installed JREs on my machine and come across a tool called JRView – a freeware utility which lists all installed JREs for windows environment. But many of these applications never register their JRE with windows registry. With latest version of Eclipse – 3.2 M4 (I guess its there from version 3.0 and above), there is an option to search available JREs on the system and when I tried there were 23 JREs on my machine of 4 different versions.

Why can’t there be a specific location for each operating systems to install JREs? And these applications just need to check those location if required version is available if not get that version from specified vendor’s website.

 

Google Pack January 9, 2006

Filed under: Musings, Tech Tips — Elango @ 2:18 pm

Google had come up with a free collection of essential software pack called “Google Pack”, which includes

  • Google Earth
  • Picasa
  • Google Desktop
  • Google Toolbar for IE
  • Screen saver using your photo collection
  • Firefox with Google Toolbar
  • Norton Antivirus 2005 Special Edition
  • Ad-aware SE personal
  • Acrobat Reader 7

An interesting thing about this pack is its customizable and comes with a software updater.

 

Java and XUL – an emerging Rich Client platform January 2, 2006

Filed under: Open Source, Web Technologies — Elango @ 4:50 pm

Java Firefox extension provides simple demo for invoking Java application from Firefox / XUL. I am configuring to see how it works in reality. Yet to complete configuration and setup.
But this simple step would open up a new possible avenue of Rich Client Platform to Java Technology.