Recently changed documents

Will talk about the following

Web
Tomcat
Servlets
Java Classes
SQL

For details click on the link above.

Write once publish many times

More documents like this are at:  00.15-Research

28-Oct-03

http://foa.sourceforge.net/

Formatting objects authoring tool

How to do a repetetive task in JEdit (Temporary macro)

More documents like this are at:  CS-Java

26-Oct-03

1.ctrl-mm to start recording the t-macro
2.ctrl-ms to stop recording the t-macro
3.ctrl-mp to re-play the t-macro

1. ctrl-mr to start a named macro
2. ctrl-ms to stop
3. menu to play
4. ctrl-ml to repeat the last macro

How can you tie a key combination to a program in windows?

More documents like this are at:  jedit

26-Oct-03

Description to be entered

How can I do vertical selections in jedit?

More documents like this are at:  jedit

23-Oct-03

Use ctrl-mouse-drag

How to have jedit load macros from a user directory?

More documents like this are at:  jedit

23-Oct-03

Description to be entered

"Dad, I was scared for a moment. I thought the "Electric city" was gone again."

The other day it was an evening time. It had just gotten dark outside. you were doing something in the kitchen. I had Narayan in my hand. I was walking out of the kitchen, and I had turned the lights off.

You said. "Dad, I was scared for a moment. I thought the "Electric city" was gone again."

You were hesitant in getting your tongue around "Electricity" to finaly decide on "Electric City" as your chosen sound.

It was inventive, sweet, and tacky. I wish grownups take such chances in every day lives to try out when they are not sure. Venture out and invent something. Go beyond their means to wring the possible out of the impossible.

For every one of these phrases you utter there must be 3 more that I forget to write down.

It is from the unexpected that an intelligent human being derives pleasure. This is the kick in exploration. This is the true pleasure of science.

Thank you for reminding me.

1. Install iseries navigator
2. Make sure you install the full set of components
3. Obtain the systemname/userid/password
4. Create a connection using 3

An article on XForms

More documents like this are at:  00.15-Research

17-Oct-03

How to upper case a selected text in VisualStudio.net

More documents like this are at:  CS-dotnet

16-Oct-03

To upper case it: ctrl-shift-u
To lower case it: crl-u

Developmentor thread on rules engines

More documents like this are at:  00.15-Research

16-Oct-03

Some basic cursory links

PlanetLab

More documents like this are at:  00.15-Research

15-Oct-03

PlanetLab: An overlay network on top of the internet

More documents like this are at:  00.15-Research

15-Oct-03

A three step process to creatign schema documents (XSDs)

More documents like this are at:  CS-dotnet

14-Oct-03

. Create a dummy xml
. use xsd.exe to create the .xsd file
. use Visual studio to tweak the XSD for a) cardinality and b) data types

Caveat: There may alternate ways to generate the complex types in the XSD than the default approach that XSD takes. Nevertheless it should work.

Looks like a decent guide for HTML

More documents like this are at:  CS-JavaScript

14-Oct-03

A sample sql server view

More documents like this are at:  CS-SQLServer

13-Oct-03

A sample sql server view template

Fearfully and wonderfully made

More documents like this are at:  Humanities 2007

13-Oct-03

http://www.amazon.com/exec/obidos/ASIN/031035451X/qid%3D952114698/002-3833725-4198412

One of the next reads.

Book Description

The authors, a renowned surgeon and a professional writer, offer insight into the marvelous details of the human body and draw analogies to the relationship of Christ to his church.

Ingram

Renowned surgeon Paul Brand and writer Philip Yancey explore the human body, a delicate fabric of cells as awesome and mysterious as the galaxies of space. They uncover eternal statements God has made in the very structures of our bodies.

AT&T research projects page

More documents like this are at:  People to watch in Technology

13-Oct-03

10.01 How to use Aspire Portlet

More documents like this are at:  Java-Portlets

13-Oct-03

How to use Aspire Portlet. Draft 1.

10.03 Source code for AspirePortlet under JetSpeed

More documents like this are at:  Java-Portlets

13-Oct-03

Source code for AspirePortlet under JetSpeed

05.05 Jetspeed mailing list

More documents like this are at:  Java-Portlets

13-Oct-03

05.03 Jetspeed java docs

More documents like this are at:  Java-Portlets

13-Oct-03

05.01 Apache jetspeed project page

More documents like this are at:  Java-Portlets

13-Oct-03

1. Turbine
2. ecs
3. velocity (possibly)
4. commons logging
5. jetspeed

Some sample portlet definitions

More documents like this are at:  Java-Portlets

10-Oct-03

Available in "jetspeed\web-inf\conf" directory as .xreg file. All xreg files will be loaded at start up in that directory.

Behavioural tests for Portlets

More documents like this are at:  Java-Portlets

10-Oct-03

A list of tests on the behaviour of portlets when they are displayed in a portlet container.
To be elaborated. But the doubts are briefly:
1. The portlet api seem to intrusive and intimately linked to portals
2. The protocols that a portlet must adhere to seem too many
3. The URI addressing scheme for portals seem to be tied to portal container

Questions

1. Will the webservices portal server solve this tight link between a portal and a portlet?

Install instructions for jedit on windows

More documents like this are at:  jedit

7-Oct-03

How to run jar files with java.exe?

More documents like this are at:  CS-Java

7-Oct-03

In version 1.2 of the JDK software, you can run JAR-packaged applications with the Java interpreter. The basic command is:

java -jar jar-file

To make this work the jar file must have a manifest identifying the classname to run. Click on the link above to see more details.

What is the difference between java.exe and javaw?

More documents like this are at:  CS-Java

7-Oct-03

Description to be entered