Recently changed documents

Description to be entered

National hurricane center

More documents like this are at:  Just-Blogs

1-Sep-04

National Hurricane Center Go here and click on maps and charts

Getting started with Jetspeed2

More documents like this are at:  Java-Portlets

1-Sep-04

For discussing/working with jetspeed2

Questions on WSAD

More documents like this are at:  CS-Java

30-Aug-04

Enabling target servers in WSAD

  1. Switch to J2EE perspective
  2. Go to window/preferences
  3. Choose J2EE
  4. Look for Server Targeting Support
  5. Pick an option you like (enable or disable)

wsad:How come I don't have server tab in the j2ee perspective?

More documents like this are at:  CS-Java

29-Aug-04

How can I start and stop servers?

wsad: What is a sever project?

More documents like this are at:  CS-Java

29-Aug-04

Description to be entered

1. Web project is already there

2. The source code is assuming a different project context

3. How do you change the context name and also the directory of the context

Quintessential Prairee home humor

More documents like this are at:  Humanities Current

29-Aug-04

html: color names

More documents like this are at:  CSS

26-Aug-04

jedit: How to invoke jedit with out an install

More documents like this are at:  jedit

26-Aug-04

1. Run jedinit to do this job for you. It will ask you the java.exe directory

2. Or run the following command


\path\javaw.exe -mx32m -jar "C:\path\jedit\jedit.jar" 

Works like a maximize and restore

Understanding bean utils

More documents like this are at:  CS-Java

25-Aug-04

Tomcat 5 by Jason Brittain

More documents like this are at:  00.15-Research

21-Aug-04

http://www.onjava.com/lpt/a/4360

JMX
MBeans
Reduce garbage collection
Deployment enhancements

Technologies

More documents like this are at:  00.15-Research

21-Aug-04

Description to be entered

How to create a link using jetspeed api

More documents like this are at:  Java-Portlets

19-Aug-04

It is really difficult to figure out the url structure of a Jetspeed url. Hopefully these code samples will be of some help.

The code here demonstrate the following

1. On a given portal window put a url link that will take you back to the same portlet code
2. Uses JetspeedlinkFactory
3. Uses the object caching of jetspeedlinkfactory

Understand dynabeans, beanutils from commons

More documents like this are at:  00.15-Research

19-Aug-04

Could be used to implement type faces

websphere studio site developer

More documents like this are at:  CS-Java

18-Aug-04

JAR file specification

More documents like this are at:  CS-Java

18-Aug-04

Static access happens when you access a static variable or invoke a static method, or instantiate one of its type. This will automatically trigger a whole lot of things. First off the class they are part of is initialized if it is not already initialized. This implies all of the static fields will be initialized. If this initialization involves any newing of classes, then a whole lot of constructors are called. This is followed by the execution of numerous static blocks that are there for that class. In fact the side affects are further compounded when the class in case is inheriting other classes.

How to limit rows from database queries

More documents like this are at:  CS-SQLServer

12-Aug-04

SQLServer


select top 10 * from tabl1

Db2


select * from sysibm.syscolumns
fetch first 10 rows only

Java Language Specification 2nd edition

More documents like this are at:  CS-Java

9-Aug-04

Java source code analyzer

More documents like this are at:  00.15-Research

9-Aug-04

http://sourceforge.net/projects/pmd

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.

Writers guidelines from Addison Wesley

More documents like this are at:  OSCON-2004

9-Aug-04

I am quite guilty of not doing this

Make up an explicit weekly reading list with no particular plan in mind

Windows Secuirty Book by Keith

More documents like this are at:  CS-dotnet

9-Aug-04

Possible formatting for code segments

More documents like this are at:  CSS

9-Aug-04

Maven related links

More documents like this are at:  00.15-Research

9-Aug-04

http://www.onjava.com/lpt/a/5048

Brief Introduction to Maven

Daniel Steinberg: OnJava Editor

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

9-Aug-04

Steve Anglin

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

4-Aug-04

Paul Graham is a brilliant writer

More documents like this are at:  Humanities 2007

4-Aug-04

Here is an excerpt from his "Hackers and Painters" book.

"Alberti, arguably the archetype of the Renaissance Man, writes that "no art, however minor, demands less than total dedication if you want to excel in it." I wonder if anyone in the world works harder at anything than American school kids work at popularity. Navy SEALS and neurosurgery residents seem slackers by comparison. They occasionally take vacations; some even have hobbies. An American teenager may work at being popular every waking hour, 365 days a year"

The style is so clever and reminds me of Bertrand Russel.