August 29, 2005

struts på veg ut?

eit argument for å kombinera tapestry med struts, i staden for å velga:

JavaServer Faces vs Tapestry - A Head-to-Head Comparison: "component- and event-based frameworks are better suited for handling the page/view, while action-based frameworks are *still* better for navigation/controller logic. Centralization of the logic/state, page flow, exception handling, etc. all fit more nicely in a framework that's removed from components and events. Just as Struts users had to shoehorn page event handling into controller actions, pure JSF/Tapestry users will shoehorn the controller tier into an event-handling framework that's more suited to intra-page events."

August 25, 2005

Bonsai - cvs på web

Bonsai: "Bonsai is tree control.

It is a tool that lets you perform queries on the contents of a CVS archive; you can: get a list of checkins, see what checkins have been made by a given person, or on a given CVS branch, or in a particular time period. It also includes tools for looking at checkin logs (and comments); doing diffs between various versions of a file; and finding out which person is responsible for changing a particular line of code ('cvsblame')."

kan dette vera noko for oss, utfylla cvs?

August 24, 2005

Joel on Software - The Joel Test: 12 Steps to Better Code

Joel on Software - The Joel Test: 12 Steps to Better Code: "The Joel Test

1. Do you use source control?
2. Can you make a build in one step?
3. Do you make daily builds?
4. Do you have a bug database?
5. Do you fix bugs before writing new code?
6. Do you have an up-to-date schedule?
7. Do you have a spec?
8. Do programmers have quiet working conditions?
9. Do you use the best tools money can buy?
10. Do you have testers?
11. Do new candidates write code during their interview?
12. Do you do hallway usability testing?"


me har vel 4-5-6, kanskje...

August 18, 2005

Struts, Tapestry

Jf lenke frå Inge...

Cardsharp on Software : Weblog: "Struts isn't designed to facilitate complex interaction state. It's designed to impose a MVC structure onto URL's and provide tools you probably would have had to write yourself.

The problem is that even simple things take so much wiring."

August 10, 2005

AjaxTags - Overview

noko for oss?

AjaxTags - Overview: "The tag library provides support for live form updates for the following use cases: autocomplete based on character input to an input field, select box population based on selections made from another field, callout or balloon popups for highlighting content, refreshing form fields, and toggling images and form field states on/off."