Code Search for Developers
 
 
  

env.properties from Frame2 Web Application Framework at Krugle


Show env.properties syntax highlighted

webapp-dir					webapps

blankwar-name				blank.war
blankwar-dir				blankwar

examplewar-name				example.war
examplewar-dir				example

soapexamplewar-name			soap-example.war
soapexamplewar-dir			soap-example

template-examplewar-name	template-example.war
template-examplewar-dir		template-example

lib-prefix					${proj-base}/ext/framework
#ws-lib-prefix				${proj-base}/ext/ws
#jwsdp-lib-prefix			${ws-lib-prefix}/jwsdp
axis-lib-prefix				${proj-base}/ext/axis
src-dist.lib				${proj-base}/dist/lib
bin-dist.lib				${proj-base}/lib

support-files				${proj-base}/support_files
blank-config   				frame2-config.xml
blank-app-properties        frame2-app-bundle.properties
blank-web-xml  				${support-files}/web.xml
soap-web-xml				${support-files}/soap-web.xml
commonsvalidator-files		${support-files}/commonsvalidator
template-files				${support-files}/templates



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