rework the netui-blank webapp to ship in the Tomcat web/ and src/ style
-----------------------------------------------------------------------

         Key: BEEHIVE-921
         URL: http://issues.apache.org/jira/browse/BEEHIVE-921
     Project: Beehive
        Type: Task
  Components: Samples  
    Versions: v1m1, V1Beta, V1Alpha    
    Reporter: Eddie O'Neil
    Priority: Blocker
     Fix For: V1


The sample NetUI webapp netui-blank uses a project model like:

  fooWeb/
      WEB-INF/
          src/
              build.xml
          web.xml
      index.jsp

whereas Tomcat suggests (and many IDEs tool / support) a project model like:

    fooWeb/
      src/
          Foo.java
      web/
          index.jsp
      build.xml

Beehive should reorganize the webapp template to be in-line with the Tomcat 
suggestion and to use the layout used to build many applications.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to