0 Replies Latest reply on Apr 10, 2009 10:35 PM by chodnik

    Loading classes and views at runtime

    chodnik

      Hi,
      I'd like to create an application for processing XML data. Documents can have different schemas and namespaces and handling mode. For each document I have to creata some views and java classes. I'd like to have ability to add new views and classes from database in case I have to handle a new document. I want to do it without stopping an application server. Is this possible with seam? Any suggestions?
      Thank in advance.