• 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

Queries regarding Proof Of Concept(design pattern/framework to be used)

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

I am doing a Proof Of Concept where I want to design a framework which should be able to do the following tasks.

1> All UI elements ( input box, checkbox) should be controlled by an externalized file say you will have an xml file with a structure like
<formElements>
<type>input</type>
<size>20</size>
<styles></styles>
</formElements>

2> If I make any changes to XML file those changes should be reflected on my HTML page dynamically without the need to any deployment.

Please let me know what kind of java technology /framework, methodology and design patterns I can use to achieve this POC.
Any suggestions are welcome.


 
reply
    Bookmark Topic Watch Topic
  • New Topic