• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Application Architecture Design

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I need to put together an architecture for an application and would appreciate any pointers you could give me.

The requirements:

A rich client application
A web version (applet)
Needs to "look like a Windows application"
Ideally also run on non-Windows platforms, e.g. Mac.
Displays a vector image
Allows the user to interact with the vector image, (left and right) click on it, altering the image generation rules and subsequent re-drawing of the image. Basically I need to capture the click event, know where the cursor was etc.

The rich client application and the web (applet) version should have indentical functionality and be similar in appearance / usability.

Questions:

1. What is the best rich client API selection to use that would also either support or fit well with an applet version?

2. What is the best method for drawing vector images and then supporting interaction with the image (say, left and right clicking, context menus etc) for rich client and applet?

3. What APIs will give me the closest appearance to Windows, e.g. SWT/JFACE?

I know these are big questions, but any help you could give would be appreciated.

From what I've seen SWT / JFace looks promising in terms of Windows-like appearance, but I have no idea about applets, drawing vector images and interacting with them etc.

Cheers

B.
 
Robert F. Smith
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
* bump *
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic