samsina 's Profile

Member since May 16, 2007, follows 1 people, 1 public groups, 8 public bookmarks (8 total).

More »
Recent Bookmarks and Annotations

  • HTML Checkbox Objects using PHP - The Dynamic checkbox object - A free tutorial from Globalissa.com on 2007-07-09
    • When you click the submit button the submitted value for checked boxes will be 'on'. Checkboxes that are not checked will be 'off'. If we submitted the 'Geek_World_Online_Magazine' CHECKED input as above then the variable named '$Geek_World_Online_Magazine' will have a value of 'on'.
  • untitled on 2007-05-31
    • In essence, a web application archive is nothing more than a collection of files compressed in the zip format.
    • If you want to update an existing application, you must replace the old war file with the new one AND delete the subdirectory that Tomcat created.
    • 30 more annotations...
  • The Superficial - Because You're Ugly on 2007-05-31
    • ooking up with new guys and finding work. She was spotted at The Grove shopping center in LA with a new boy toy who refused to give his name when asked for it by the paparazzi. Additionally, she was seen coming home carrying a new script and looking
  • How to Create a WAR File on 2007-05-29
    • It has the
      same format as a JAR file but has an additional deployment descriptor file that instructs the Tomcat server how to map
      a particular URL to an application and which servlet class to run.
      • Create a temporary folder to place all files that should go into the WAR file. Make it as your curret directory by "cd" into the directory.
      • Build your servlet classes. Create a WEB-INF/classes folder and copy your servlet
        classes into it.
      • Create a WEB-INF/lib folder and place jimi.jar
        and jimi.jar plus any additional JAR files into it.
      • Create a WEB-INF folder and in it a new file called web.xml,
        using the template above.
      • Modify the <servlet-name> fields to the name of your application.
      • Modify the <url-pattern> field to the URL you wish your
        application to be referenced at.
      • Modify the <servlet-class> field to your main servlet class.
      • Copy any static HTML and JSP files into your temporary directory.
      • Use the jar command to create your WAR file e.g. jar cfM myapp.war *
      • Place your WAR file into the webapps directory of your Tomcat server.
  • untitled on 2007-05-22
    • Axis2
    • The sample code includes a client application which you can study and run to verify the SOAP service is in fact working.
    • 2 more annotations...
  • untitled on 2007-05-22
    • your environment
      variable CLASSPATH points to these two libraries
    • your ant build script adds the libraries to the classpath during
      build
    • 7 more annotations...
  • http://www.diigo.com/help/highlight/1 on 2007-05-18
    • . (This is designed to maximize informatio
  • Lucene Tutorial on 2007-05-18
    • Creates a new instance of Indexer */

More »
Groups

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo