The Artima Developer Community
Sponsored Link

Java Buzz Forum
Do you remember UTC?

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
Carlos Villela

Posts: 116
Nickname: cvillela
Registered: Jun, 2003

Carlos Villela is a Java developer working mostly with web technologies and AOP.
Do you remember UTC? Posted: Jul 12, 2003 12:12 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Carlos Villela.
Original Post: Do you remember UTC?
Feed Title: That's sooo '82!
Feed URL: http://www.jroller.com/rss/cv?catname=Technical
Feed Description: Carlos Villela's weblog. Everyday life, everyday software development, everyday musings.
Latest Java Buzz Posts
Latest Java Buzz Posts by Carlos Villela
Latest Posts From That's sooo '82!

Advertisement
Of those of you who used (or still use) WebSphere stuff, some will remember one nifty application called the Universal Test Client, or UTC. I have lots of good memories from using it - felt like using a GUI version of a JUnit testcase. It's developer-friendly, and, with some changes, could get very user-friendly too. Here's a screenshot:



I like it's look - even being a web application embedded into a WebSphere Studio window, it looks and kinda behaves like any other WSS window. It's use is very simple: get a reference to an object at the left, choose a method, set up parameters, invoke, work with resulting object, repeat until done.

Now, what do you think - if I take away the techie stuff (hashCodes, fully qualified class names, etc) and stick to the objects in the system, and try to make it as user-friendly and dumb-proof as I can, will this be a good administration interface for Inectis, a content management system?

I know, CMSs have a huge need for funky, flashy, WYSIWYG interfaces. I think that things can't get more visual than this - you're seeing all the objects you have access in the system, you click on them, fiddle with them, and you're done.

Maybe, later, a good idea would be to support the automation of repetitive tasks using scripting, for example, changing the permissions of a whole content tree, or changing a theme on a site area. The user would select a script to run from a menu, or the right pane, and would work with it just as he does with normal methods on objects.

Any comments on this would be greatly appreciated :)

Read: Do you remember UTC?

Topic: Gizmodo Previous Topic   Next Topic Topic: Using Maven for the Project Object Model

Sponsored Links



Google
  Web Artima.com   

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