• 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

on Struts Tiles and Struts Menu

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

I started creating a project. It is an online application aimed to automate a manual process. I am done with the Component part of the app, already figured struts actions, etc.

I am now working on the View part of the application. I am using tiles to aid me in layering the pages. I am almost done. But now I am trap in a middle of deciding which way to go. I just learned that there is an open source framework called struts-menu. One that attracted me is the way menu are rendered - page does not refresh unlike with my tiles based UI which refreshes page each time you click a link/menu.

My question now is, should I go for struts-menu or just beautify my tiles based pages? Does skills in struts-menu have advantages in the job market? By the way, this project I am working on is a review and a practice aiming to add/refresh some skills of mine.

Thank you very much in advance. I am hoping to hear from you.

Castor
 
Castor Castro
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

castor castro wrote:Hi,

I started creating a project. It is an online application aimed to automate a manual process. I am done with the Component part of the app, already figured struts actions, etc.

I am now working on the View part of the application. I am using tiles to aid me in layering the pages. I am almost done. But now I am trap in a middle of deciding which way to go. I just learned that there is an open source framework called struts-menu. One that attracted me is the way menu are rendered - page does not refresh unlike with my tiles based UI which refreshes page each time you click a link/menu.

My question now is, should I go for struts-menu or just beautify my tiles based pages? Does skills in struts-menu have advantages in the job market? By the way, this project I am working on is a review and a practice aiming to add/refresh some skills of mine.

Thank you very much in advance. I am hoping to hear from you.

Castor

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic