"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
Home
About/Contact
Twitter
Aspire/J2EE
Github
Pro Android 4
Our Android Books
Lookup Meaning
look up
more ..
Stuff I used to do
java.net Blog
At O'Reilly
Articles
Humanities
Humanities Current
Humanities 2007
Telugu related
Shells
Books
Music
Letters
Recipes
Jax Restaurants
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Industries
Supply Chain
Health
More documents like this are at: 00.05-Articles
4-Oct-05
http://jdj.sys-con.com/read/36295.htm
C++ brought into vogue the concept of interfaces, abstractness, and implementations. Java went a step further and formalized them with proper keywords for each of the concepts. There are a substantial number of patterns in which interfaces, abstract classes, and c... Jun. 1, 2001
http://jdj.sys-con.com/read/40174.htm
XML/XSL are widely used for publishing and EDI. This article shows how XML/XSL can be used effectively for IT Web development by overcoming the disparities between relational data and XML. Apr, 2001
http://www.onjava.com/pub/a/onjava/2005/06/15/laszlo.html
Laszlo offers an interesting option for rich client-side GUIs--XML markup of widgets and their event handling, which is then converted into a Flash executable that is run with the Flash plugin in the user's browser. Satya Komatineni introduces Laszlo and shows how to get started writing web applications with it. Jun. 15, 2005
http://www.onjava.com/pub/a/onjava/2004/05/05/jaxb.html
JAXB, now part of Sun's Web Services Developer Pack, offers a means of converting between Java objects and an XML representation. But is it the ideal solution? Satya Komatineni investigates what JAXB has to offer. May. 5, 2004
http://www.onjava.com/pub/a/onjava/2004/01/07/SQLJoins.html
A join construct helps you effectively use select statements to mine relational databases. This article examines syntax, surprises, and rules of thumb for the use of joins. Jan. 7, 2004
http://www.ondotnet.com/pub/a/dotnet/2003/01/14/groupbyds.html
In many situations, an ADO.NET developer will want to use the Order By and Group By semantic of SQL. This article by Satya Komatineni will show you how to do it. Jan. 14, 2003
http://www.onjava.com/pub/a/onjava/2002/12/04/tomcat-aspire.html
RDBMS staff can be easily trained to develop Web-based Java apps with Tomcat and Aspire. This article tells how. Dec. 4, 2002
http://www.ondotnet.com/pub/a/dotnet/2002/11/04/delegates.htm
C# introduced a keyword called delegate for utilizing such things as function pointers and call backs. The syntax of a delegate can be confusing, but one sure way to get latched on to the syntactical nuances of delegates is to understand a delegate's dual nature -- it exhibits the qualities of both a class and a function. Nov. 4, 2002
http://www.onjava.com/pub/a/onjava/2002/10/30/aspire.html
Aspire.jar is a free, open source .jar file that can be used for declarative data access, configuration, logging and factory services needs. For Java developers who are continuing to adopt Tomcat as their primary development platform, this .jar file could save lot of time, while providing a highly-flexible data architecture. Oct. 30, 2002
http://www.ondotnet.com/pub/a/dotnet/2002/10/28/intlpart4.html
When a Web site is accessible by the international community, one of the considerations is how we present units of measure: Length, Width, Height, Weight, Area, Volume, etc. .NET provides some support by making available a RegionInfo class, which identifies whether a locale is mks (metric) or fps (imperial). Satya & Elena show you how. Oct. 28, 2002
http://www.ondotnet.com/pub/a/dotnet/2002/10/21/localpt3.htm
Creating satellite assemblies is one of the major keys to developing large-scale localized projects. This article will show you how and why to use satellite assemblies. Oct. 14, 2002
http://www.ondotnet.com/pub/a/dotnet/2002/10/14/local2.htm
http://www.ondotnet.com/pub/a/dotnet/2002/09/30/manager.html
Localization in ASP.NET happens with the resource manager. This article looks at some issues between resource manager and Visual Studio. Oct. 1, 2002
http://www.ondotnet.com/pub/a/dotnet/2002/09/16/factory.html
In part 2 of this series, we look at how the factory service builds on the simple config service to increase the flexibility of your .NET applications. Sep. 16, 2002
http://www.ondotnet.com/pub/a/dotnet/2002/08/19/config.html
Every app reads in configuration information at runtime. In .NET, this is done with an XML-based configuration file. This article proposes a "configuration service," which represents the beginning of a flexible architecture. Aug. 19, 2002
http://www.ondotnet.com/pub/a/dotnet/2002/06/17/webforms.html
.NET's server-side programming model boasts huge advantages for Web development. Jun. 17, 2002
http://www.onjava.com/pub/a/onjava/2002/02/13/svg.html
The authors present a middle-tier approach to reading and writing SVG documents to and from a database. Feb. 13, 2002
More documents like this are at: CS-Java
1-Oct-05
/* * Created on Oct 1, 2005 */ package com.ai.typefaces; import java.util.Iterator; import com.ai.common.IDictionary; import com.ai.reflection.BeanInfo; import com.ai.reflection.BeanInfoRegistry; import com.ai.reflection.FieldInfo; import com.ai.reflection.ReflectionException; /** * @author Satya Komatineni * */ public class TypeFaceFacility implements ITypeFaceFacility { public Object castTo(Class objectClass, IDictionary dictionary) throws ReflectionException { //Instantiate the object based on the class //instantiate a bean info for this object //For each public field infos // get its name // get its value from dictionary // set the value using get or directly on the field info // return the object BeanInfo bi = BeanInfoRegistry.getBeanInfo(objectClass); Object targetObject = bi.constructObject(); Iterator fieldInfoItr = bi.getFieldInfos(); while(fieldInfoItr.hasNext()) { //for each field info FieldInfo fi = (FieldInfo)fieldInfoItr.next(); Object fieldValue = dictionary.get(fi.m_name); fi.setValueUsingString(targetObject,(String)fieldValue); } return null; } }
More documents like this are at: Shells: My Writes
"I have made this letter longer than usual, because I lack the time to make it short" - Blaise Pascal
More documents like this are at: Humanities 2007
24-Sep-05
More documents like this are at: Just-Blogs
http://www.peoplesalmanac.info/almanac/articles/66/1/Carpet-Cleaning-Tips
More documents like this are at: Telugu Related
10-Sep-05
The epic like saga, Raja Harischandra, of Ancient India is a great source of art over the ages.
Poets and dramatizers have taken liberties to keep this ancient text quite modern while keeping to the spirit.
Here is a stanza from one of the sonnet like dramatizations of the plight of the once mighty ruler Harischandra
Koravin Chebatti, ... Rudra Bhumi Narudenchen Enta Chitrambago
"The staff that decreed the golden rule on this expansive Earth, but instead and in its place, a piece of burning wood, and I enter this land of Rudra (Lord Shiva, the one that brings salvation and death), to be its keeper. How odd is the fate"
Essentially the king entered the mangled, cacophonic place of a creamtory in the middle of a night to be its overseer.
"Rudra" is another name for Shiva. The name also refers to the "intensity" or "anger" as Shiva has the god of "Fire" as his third eye, appropriately placed on his brow.
"Bhumi" refers to "Earth" or "Place".
So "Rudra Bhumi" refers to the place of final rites
More documents like this are at: CS-JavaScript
3-Sep-05
More documents like this are at: XSLT
2-Sep-05
This is a summary document dealing with XSLT. You will find here links, references, questions, findings etc on XSLT. This is sort of a homepage for the XSLT knowledge folder.
1-Sep-05
https://www.redcross.org/donate/donation-form.asp
The hardships of humanity seem no bounds in the wake of this hurricane that hit the Gulf coast.
It takes less than 2 minutes to part with some of your money to help those in need.
28-Aug-05
http://www.favoritepoem.org/poems/frost/stopping.html
The woods are lovely, dark, and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep.
More documents like this are at: Immigration
27-Aug-05
How to appply for a US Greencard Renewal
More documents like this are at: Health
I woke up a couple of days ago, and in the shower I have noticed tingling in the finger tips of my left hand. And then the tingling and the numbness has been persisting for a few days now.
I still have numbness in my pinky and the ring finger.
I also have noticed during this onset some tingling in my right hand as well. But the right hand tingling didn't last too long.
It subsided during the rest of the day
Then it was around 6 in the evening. I have had my dinner and was getting back to my room to pack my stuff. It came on pretty strong. In both hands and probably on the left hand side of the whole body.
I went downstairs, got a cab and went to ER. The doctor chcked me out and ruled out any stroke. He suspects something in my elbow.
If it is in my elbow I am not sure why my left body and my right hand, even though momentarily.
26-Aug-05
A sample xslt file
Java xslt notes. Programming with xslt
>>> Click here for the next set of documents
Page Menu
Visit my Library
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format