• 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

Help with general implementation advice

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

I am brand new to struts.

I am trying to make a web-based control panel that looks like the attached image. I have added red boxes to the picture and text describing what each area should do. I would like the user to stay on the page while taking all actions.

My question is, how should I best implement this?

A) With struts2 and frames
B) With struts2 and tiles
C) One of the above with hibernate
D) Something else entirely

Whatever your advice is, I will research and start working on. I am just looking for a general direction to go from here.

Thank you so much!
Lynn
Control_Panel_Design.png
[Thumbnail for Control_Panel_Design.png]
What the control panel should look like
 
Lynn Owens
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or is this best done in ajax?
 
Ranch Hand
Posts: 94
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Option B would be good if you have proper knowledge of Struts2 Results, actions and how to create screen definitions and layouts for tiles
reply
    Bookmark Topic Watch Topic
  • New Topic