The moose likes Other Application Frameworks and the fly likes Queries regarding Proof Of Concept(design pattern/framework to be used) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "Queries regarding Proof Of Concept(design pattern/framework to be used)" Watch "Queries regarding Proof Of Concept(design pattern/framework to be used)" New topic
Author

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

Abhishek Galoda
Greenhorn

Joined: Nov 29, 2011
Posts: 1
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.


 
IntelliJ Java IDE
 
subject: Queries regarding Proof Of Concept(design pattern/framework to be used)
 
Threads others viewed
Design question
converting XML data to JTextPane Styled format
Life Cycle
jquery attribute selector = vs !=
Save AS dialog box
developer file tools