The Artima Developer Community
Sponsored Link

Java Buzz Forum
Strutting My Stuff

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
John Topley

Posts: 233
Nickname: johntopley
Registered: Jul, 2003

John Topley is embarking on a journey to become a J2EE master.
Strutting My Stuff Posted: Jul 22, 2003 11:42 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by John Topley.
Original Post: Strutting My Stuff
Feed Title: John Topley's Weblog
Feed URL: http://johntopley.com/posts.atom
Feed Description: John Topley's Weblog - some articles on Ruby on Rails development.
Latest Java Buzz Posts
Latest Java Buzz Posts by John Topley
Latest Posts From John Topley's Weblog

Advertisement

I've just returned from a week–long RAD workshop where I was involved in the initial development of a Java framework for internal use within the organisation I work for. The workshop was a first for me and a first for my employer. We achieved the objectives that we set ourselves, so the consensus is that it was a success.

I got to experience pair programmming for the first time, which I found quite challenging because I like to produce code in my own time without the pressure of having somebody else watching me. I'm also a perfectionist, so I had to resist the urge to jump in when my colleague didn't produce code precisely as I would have done! It was good being able to bounce ideas off each other though.

We were working on the Web UI for the framework, using Jakarta Struts. I'm still in two minds about Struts. I can definitely see the advantages of the MVC architecture it offers over standard Java servlets and JSPs, but a lot of it is confusing because the names it gives to things aren't necessarily the obvious ones. Its creators acknowledge as much and say it's this way because the framework “grew in the telling”. I'm keeping an eye on Tapestry, which seems to promise more and is now also a Jakarta project.

I used the Struts Tiles package for the first time, which was a good learning experience. Tiles is a more powerful form of the server–side includes mechanism, which means that it allows blocks of markup (a “Tile”) to reused throughout an application. It does add another layer of indirection to the already indirection–rich J2EE ways of doing things but it's not too onerous to get to grips with. I'm learning lots.

Read: Strutting My Stuff

Topic: Netscape is dead Previous Topic   Next Topic Topic: Payment processing via the web and J2ME

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use