Ittay Dror wrote:
How can I separate the java class files and the html files: in different directories? with different names?

Martijn and Igor have both responded, with good suggestions, but I do something a little different. I keep the default naming convention, but my source files are in different directories. I simply keep the HTML in a path parallel to the Java, and merge them into my WAR file.

Something like this:

- project
  + doc
  + etc
  + lib
  - src
    - conf
        web.xml
    - html
      - com
        - example
          - view
            + css
            + images
            + js
    - java
      - com
        - example
          - config
          - dao
          - model
          - view

  -- Scott



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to