Recently changed documents

File upload configuration entries from ABUpload.net

More documents like this are at:  CS-dotnet

10-Jun-04

http://www.websupergoo.com/helpupload50/source/2-tech_notes/3-web.config.htm

httpRuntime
maxRequestLength
executionTimeout
sessionstateTimeout
responseDeadLockInterval

A new online magazine from ACM

More documents like this are at:  Technology Magazines

10-Jun-04

A bit of Tomcat, a bit of Aspire, and a touch of master pages: and Microsoft Access comes to life. Having developed this simple minded content management system called AKC, when I look back I am given to think how well the web complements even the simplest and readily available of relational database systems. I use this site for my web logging, classified repository of articles, online documentation tool for the open sourced Aspire product, online educational tool for young children, a research aid for new technologies.

ASCII smileys compiled by James Marshall

More documents like this are at:  Humanities 2007

10-Jun-04

Process and project management tools from IBM

More documents like this are at:  Software Architecture

8-Jun-04

Wiki discussion on RUP

More documents like this are at:  Software Architecture

8-Jun-04

http://c2.com/cgi/wiki?RationalUnifiedProcess

RUP is a commericialized version of Unified Software Development process by Rational.

Nice light blue background

More documents like this are at:  CSS

8-Jun-04

An introduction to the rational unified process

More documents like this are at:  Software Architecture

8-Jun-04

http://people.cs.uchicago.edu/~matei/CSPP523/lect4.ppt

tries to define rup
rup features
Deliverables at inception
Deliverables at elaboration phase
Vague on the other two phases
Tries to define a usecase
Outlines a usecase structure
Goes to the core via 
   Boundary, entity and control classes

Questions

1. Online rep of process information
Why?
2. Have templates for usecases, project
For use cases it is ok
Will they work with microsoft project?
3. Process manuals
Why?

OSCON 2004 home page

More documents like this are at:  OSCON-2004

8-Jun-04

OSCON 2004 Speaker registration

More documents like this are at:  OSCON-2004

8-Jun-04

Literature on Rational Unified Process from IBM

More documents like this are at:  Software Architecture

4-Jun-04

http://www-306.ibm.com/software/rational/info/literature/lifecycle.jsp

Summary of docs at this site

  1. Unifying Systems and Software Teams: A Holistic Approach to Systems Development
  2. Development of Federal Enterprise Architecture Framework using the Rational Unified Process and the UML
  3. Conceptual, Logical, and Physical design of Persistent Data using UML
  4. Planning a Project with the Rational Unified Process
  5. The UML and Data Modeling
  6. Developing Large-Scale Systems with the Rational Unified Process
  7. Implementing RUP in an Organization - The Volvo IT Approach
  8. Developing Applications for the Web Service Era
  9. A Comparison of RUP and XP
  10. Architectural Blueprints - The "4+1" View Model of Software Architecture
  11. Using Service-Oriented Architecture and Component-Based Development to Build Web Service Applications
  12. Rational Unified Process: Best Practices for Software Development Teams
  13. Gambling with Success: Software Risk Management
  14. The Ten Essentials of RUP: The Essence of an Effective Development Process
  15. Introducing Web Services into the Software Development Lifecycle
  16. Using Rational Unified Process for Small Projects: Expanding Upon eXtreme Programming
  17. Unifying Development Teams with the UML
  18. The Estimation of Effort Based on Use Cases
  19. A Rational Development Process
  20. IBM Rational Team Unifying Platform: IBM Rational ProjectConsole Sample Measures
  21. IBM Rational Team Unifying Platform: Using IBM Rational ProjectConsole for Microsoft Project Reporting & Measurements
  22. Reaching CMM Levels 2 and 3 with the Rational Unified Process

Laszlo work definition

More documents like this are at:  laszlo

2-Jun-04

Research work definition for Laszlo

Dialogue Between Karna and Kunti - By Tagore

More documents like this are at:  Telugu Related

29-May-04

JSF java docs

More documents like this are at:  Java Server Faces

28-May-04

XAML like application platform

More documents like this are at:  00.15-Research

28-May-04

http://www.laszlosystems.com/

XAML like
Uses Flash
Developer edition is free

To be done/Questions to be answered

1. Why - perhaps a stepping stone to XAML
2. How is lazlo architected
3. Develop educational content
4. Clarify restrictions on developer edition
5. Download
6. who is its competetion
7. Develop an akc frontend with lazlo
8. Potential lazlo applications
9. Consulting opp based on lazlo

Java Server Faces

More documents like this are at:  Java Server Faces

28-May-04

http://www.jamesholmes.com/JavaServerFaces/

Articles
Resources
Blogs
Books

Introductory asp.net

More documents like this are at:  CS-dotnet

27-May-04

http://www.asp101.com/lessons/

Basic composition/structure of an aspx page

Architecture of ASP.NET controls

More documents like this are at:  CS-dotnet

27-May-04

Heart heavy and feet reluctant 
Eyes but a flood of tears
Her prize to her bosom
Her head in bow
The sorrowful 16 year old descended the bathing steps

Telugu to english dictionary

More documents like this are at:  Telugu Related

21-May-04

Java encoding schemes: docs from sun

More documents like this are at:  CS-Java

21-May-04

Character sets and encodings in Servlets: docs from sun

More documents like this are at:  CS-Java

21-May-04

http://java.sun.com/webservices/docs/1.3/tutorial/doc/WebI18N5.html#wp86518

briefly explains utf-8
Request encoding
Response encoding
JSP encoding

Aspire, the product that I developed over the last few years while I was working with java, servlets, jsp and XML, is being used on some SBIR projects involving JetSpeed and a few other open source tools. I have got a call the other day indicating that one of the forms is not accepting Vietnamese input. They are getting invalid characters placed into the MySQL database. The usage is pretty straight-forward. The user will see a form in a browser and will proceed to type Vietnamese (copy/paste perhaps from a Vietnamese app). This form will then be submitted to the server. The server is expected to parse the form input into parameters. Mahaveer suggested that perhaps I should be using some kind of character encoding to retrieve the parameters.

when it comes to complicated things such as setting digital watches, programming vcrs, ordering a sub for your spouse (Who always has a very discriminating taste), ordering at a local McDonalds drive through, self checkouts at Home Depot, and ofcourse software, I am a minimalist. If something is not hampering my imagination and productivity I usually don't upgrade. To exaggerate and make a point, I would be quite happy with windows 95, Tomcat 1.x, Frontpage, Jbuilder 3 for developing server side java applications that run in any container while David prods me all the time to upgrade to XP and how wonderful it is. (you can tell I am relegated to the auto pilot windows world). Anyway having made the point I still compile Aspire with servlets 2.1 although the current release may be at 2.4. Not that I don't like the new stuff in this particular instance but I want to be as backward compatible as possible as long as it is not crippling my style :-). For the curious I did upgrade to XP because I needed a better photo printing software.

Any way back to the encoding issue. I don't remember seeing any encoding issues while trying to read form submission parameters before. I remember porting one of our web sites to Japanese with out any problem last year. Based on that assumption I have advised Mahaveer that it should not be a problem and servlets probably will figure out the necessary details to retrieve the parameters. Ofcourse I am proven wrong.

java server side tutorial from sun

More documents like this are at:  CS-Java

19-May-04

servlets 2.4 spec PDF format

More documents like this are at:  CS-Java

19-May-04

aluguTayE yerungani mahA mahitAtmu Dajaata SatruDE
aligina nADu sAgaramu lanniyu nEkamu gAka pOvu ka-
rNulu padi vEvu raina nani notturu chatturu rAja rAja nA
palukula viSwaSimpumu vipannula lOkula gAvu mellaran

My half-suspect-knowledge translation

Anger unknown and enemines none exist to this elevated heart. Take my caution Raja, Raja, that all the oceans should swell and rage and become one should he embark on fury. Take no respite, my King, in the loyal and invincible Karna being on your side, as even 10,000 of Karnas in an array shall be deeply hurt and decimated in his wake. So I beseech you, the mighty one, trust, heed my concerned and earnest utterances and pave the way for truce.

Occasional reads in telugu

More documents like this are at:  Telugu Related

18-May-04

A wonderful introduction to Andhra Mahabharatam

More documents like this are at:  Telugu Related

18-May-04

http://www.mihira.com/mihaug00/mahabharata.htm

Much of the telugu thought and psyche is defined and crafted by this epic translation and its derivatives over time. I have chanced upon this commentary while looking for the complete original text somewhere on the net.