"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: CS-Java
9-May-14
For some time now Java compilers allow you indicate some methods in your class definition as overridden methods.
You do this by annotating the method signature with a code snippet such as
@Override public void somemethod(){}
By doing so you tell the compiler to see if this annotated method exists in base classes or in the inheritance hierarchy. If it is, nothing happens. If it isn't you, the programmer, have made a mistake, because you expected it to be there. So perhaps misspelled it.
In JDK 1.5 this annotation will throw an error if the method is abstract in the base class.
Either it is corrected or deemed more useful in later JDKs and you can now safely provide this annotation on methods whose baseclass representations are abstract.
this annotation will also guard against some of the base class changes where a method is removed which is overridden in derived classes. You now will know that that happened.
this protection is especially important in frameworks where lot of callbacks are used like the container managed Android components.
bottom line, say @override if you expect this method to be in the base class and you are overriding it.
More documents like this are at: CS-JavaScript
6-May-14
For mere mortals or the occasional or reluctant practitioner of Javascript this page documents some common errors. Needless to admit that I made all of them! More than once!
More documents like this are at: TED
5-May-14
This is not about what is work, or why I should work, but about how should I work. The practice of work. To be a bit flippant a sort of Karma Yoga.
What elevates work? is it a mood? is it an emotion? is it space? is it time? is it motivation? is it commitment? is it need? is it joy? is it responsibility? is it meaning?
So, I intend to gather a series of ruminations on how to practice work
More documents like this are at: Aspire Notes
3-May-14
Make parts a separate folder in aspire docs
More documents like this are at: Eclipse
More documents like this are at: Aspire Knowledge Center (akc)
1-May-14
Create a primitive framework for client side controls
29-Apr-14
This sure is an interesting document
This file demonstrates code generation using html template servers. You start with a generic object definition. A number of templates with the help of the AspireWeb AKC CMS and JSRender can make the code generation incredibly sweet and simple.
See examples below where it took me less than 20 minutes to code gen a java class, and a create table.
More documents like this are at: 00.15-Research
28-Apr-14
I have wondered like everyone else that I look back once in a while from my myopic view that where the rest of the world has been heading. This page is a look at what is new in technology. This first look is in 2014 and probably I will be updating this page often. At the moment this is titled "Future of Technology 1", and I expect to have to "Future of Technology 2" and on.
This has been a surprisingly pleasant thing to do! Hope this is of help to other caterers as well!
More documents like this are at: Enterprise Integration
25-Apr-14
IBM process server
More documents like this are at: CS-SQLServer
24-Apr-14
What does dbo stand for in sql server?
22-Apr-14
Quick references for client side widgets
More documents like this are at: jquery
How to use JQuery Micro templating Engine
jsrender template: example 2
jsrender template1: Example 1
21-Apr-14
What is use strict in javascript?
http://www.kingsley-hughes.com/tech/script/javascript/esc.asp
Some times when server side needs to write out a string variable that initializes a javascript string it is important to know how to escape strings.
The usual html escape and unescape are either too heavy handed and require probably special handling.
A good approach may be just use the back slashes to skip the quote double or single quotes.
Scoping of variables in Javascript
17-Apr-14
Test file to test test widgets
15-Apr-14
Test file for http posts
14-Apr-14
Aspire Design Guidelines
13-Apr-14
Notes on multipart implementation
Understand javax.activation.DataSource etc...
Why is it not a bad idea to delete things at garbage collection time!
Why Work?
More documents like this are at: Products
12-Apr-14
A good pencil
Put checks on additional arguments or size of arguments on the incoming URLs
More documents like this are at: Android 1.5
19-Mar-14
Game Engines for Android
17-Mar-14
Help/Sample scripts for page and folder menus
16-Mar-14
Explore TypeScript and how to use it
More documents like this are at: Android Basic UI
This could be your first android project if you are learning. This demonstrates the following
How to create a layout with textviews buttons linear layout vertical horizontal how to gather controls how to setup buttons how to respond to buttons how to read/update edit text controls
>>> 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