Code Search for Developers
 
 
  

building.txt from Frame2 Web Application Framework at Krugle


Show building.txt syntax highlighted

To build the samples, Ant is required.

Run the ant script from the samples directory. Running 'ant'
will create WAR files for each sample. Or, you can run ant 
for individual targets. 

Current samples that have targets are:
'ant build-blankwar' - Builds the blank application
'ant build-examplewar' - Builds the sample used in the Getting Started guide
'ant build-soapexamplewar' - Builds a sample that extends the example by adding support for adding users via web service calls.
'ant build-template-examplewar' - Builds the sample used in the Template Getting Started guide



See more files for this project here

Frame2 Web Application Framework

Frame2 is an alternative to using Struts for web application development. Frame2 also supports web services in an MVC context.

Project homepage: http://sourceforge.net/projects/frame2
Programming language(s): Java,JSP,XML
License: other

  blankwar/
    WEB-INF/
      .ignore
    LICENSE.txt
    NOTICE.txt
    THIRD_PARTY_LICENSE.txt
    index.html
  example/
    WEB-INF/
      commonsvalidator/
        commons-validation.xml
      src/
        org/
          megatome/
            example/
              AddUserHandler.java
              DisplayUsers.java
              DisplayUsersHandler.java
              User.java
              UserStorage.java
        frame2-app-bundle.properties
      frame2-config.xml
    LICENSE.txt
    NOTICE.txt
    THIRD_PARTY_LICENSE.txt
    addUser.jsp
    displayUsers.jsp
    index.html
  soap-example/
    WEB-INF/
      commonsvalidator/
        commons-validation.xml
      src/
        org/
          megatome/
            example/
              jaxbgen/
                ObjectFactory.java
                User.java
              xmlhandlers/
                AckResponder.java
                UserService.java
              AddUserHandler.java
              DisplayUsers.java
              DisplayUsersHandler.java
              LogHandler.java
              MessageService.java
              TestMsg.java
              User.java
              UserStorage.java
        frame2-app-bundle.properties
      xml/
        undeploy.wsdd
        user-service.wsdd
        user.xsd
      frame2-config.xml
    xmlClient/
      badSaveUser.xml
      saveUser.xml
      soaptest.xml
    LICENSE.txt
    NOTICE.txt
    THIRD_PARTY_LICENSE.txt
    addUser.jsp
    deploy.html
    displayUsers.jsp
    index.html
  template-example/
    WEB-INF/
      commonsvalidator/
        commons-validation.xml
      src/
        org/
          megatome/
            example/
              AddUserHandler.java
              DisplayUsers.java
              DisplayUsersHandler.java
              User.java
              UserStorage.java
        frame2-app-bundle.properties
      templates/
        addUserPreBody.jsp
        defaultFooter.jsp
        defaultHeader.jsp
        defaultPreBody.jsp
        defaultTemplateTop.jsp
        displayUsersPreBody.jsp
        templates.xml
      frame2-config.xml
    LICENSE.txt
    NOTICE.txt
    THIRD_PARTY_LICENSE.txt
    addUser.jsp
    displayUsers.jsp
    index.html
    instructions.txt
  build.xml
  building.txt
  env.properties