The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Enabling better communication

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
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Enabling better communication Posted: Dec 4, 2003 7:51 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Enabling better communication
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
Years ago, the Smalltalk development team used a tool called Scopus (long since chewed up by Siebel) for bug tracking. Engineering was never happy with that, and built a homebrew system called MARS (Minimal Action Request System). It was first deployed back around 1995, right after VisualWave was developed - as a web application. This was nifty - it was easily accessible to any of the development staff that needed to get to the bug system, and ran in any browser. The only problem was speed - things like Query By Example were none too speedy when the steps included:
  • Send the query
  • Server processes the query
  • Client browser has to render the query results

For a long time, we just put up with this. Then a few months ago, I hacked together a simple UI client that hit the back end (query by AR number only) via a servlet. Interestingly, getting results displayed outside a browser was much, much simpler. I integrated the simple client tool as an internal plugin for BottomFeeder. A couple of our engineers ran with this idea, and started working on a more capable client using Opentalk - our Smalltalk-Smalltalk distribution framework. Now, using an ssh tunnel or VPN connection, any of the internal users can query and update the system much more easily.

This is interesting because it represents a move away from a browser based interface and over to a smart client - back to the future, as it were. Using this approach, using the bug tool is far less painful, because the roundtrip communication with the server is so much faster. MS is moving this way in LongHorn; I wonder how many other people are doing similar things?

Read: Enabling better communication

Topic: Java Open Source Programming book reviewed on TheServerSide Previous Topic   Next Topic Topic: Blog posting tool...

Sponsored Links



Google
  Web Artima.com   

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