Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 128 of 128 for Servlet (0.13 sec)

  1. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar

    loaded from the current Thread context class loader (if there is one), or from the class loader that loaded the LogFactory class itself otherwise. This allows a copy of commons-logging.jar to be shared in a multiple class loader environment (such as a servlet container), but still allow each web application to provide its own LogFactory implementation, if it so desires. An instance of this class will then be created, and cached per class loader. The Default LogFactory Implementation The Logging Package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 30.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar

    loaded from the current Thread context class loader (if there is one), or from the class loader that loaded the LogFactory class itself otherwise. This allows a copy of commons-logging.jar to be shared in a multiple class loader environment (such as a servlet container), but still allow each web application to provide its own LogFactory implementation, if it so desires. An instance of this class will then be created, and cached per class loader. The Default LogFactory Implementation The Logging Package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 37.1K bytes
    - Viewed (0)
  3. pom.xml

    		<dependency>
    			<groupId>org.dbflute</groupId>
    			<artifactId>dbflute-runtime</artifactId>
    			<version>${dbflute.version}</version>
    		</dependency>
    
    		<!-- J2EE -->
    		<dependency>
    			<groupId>javax.servlet</groupId>
    			<artifactId>jstl</artifactId>
    			<version>${jstl.version}</version>
    			<!-- contains taglibs.standard -->
    			<!-- <scope>provided</scope> -->
    		</dependency>
    		<dependency>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    - `groovy-xml`
    
    But the following Groovy modules are *not* included:
    
    - `groovy-cli-picocli`
    - `groovy-docgenerator`
    - `groovy-groovysh`
    - `groovy-jmx`
    - `groovy-jsr223`
    - `groovy-macro`
    - `groovy-servlet`
    - `groovy-swing`
    - `groovy-test-junit5`
    - `groovy-testng`
    
    You can pull these dependencies into your build like any other external dependency.
    
    ===== Building Gradle plugins with Groovy 3
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  5. gradle/verification-metadata.xml

                <trusting group="com.sun.mail"/>
                <trusting group="javax.activation"/>
                <trusting group="javax.annotation"/>
                <trusting group="javax.servlet"/>
                <trusting group="org.glassfish"/>
             </trusted-key>
             <trusted-key id="517B94F8D0A46317A28D8AB30DA8A5EC02D11EAD" group="net.sf.jopt-simple" name="jopt-simple"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  6. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/junit5-internal/pom.xml
    quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/deployment/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/pom.xml
    	quarkus/extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/runtime/pom.xml
    	quarkus/extensions/undertow/deployment/pom.xml
    	quarkus/extensions/security/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    Sometimes, this is what you want, but not always.
    Consider the following example that copies files into a directory structure that a Java Servlet container can use to deliver a website:
    
    image::exploded-war-child-copy-spec-example.png[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  8. src/internal/syscall/unix/net_darwin.go

    func Getnameinfo(sa *syscall.RawSockaddr, salen int, host *byte, hostlen int, serv *byte, servlen int, flags int) (int, error) {
    	gerrno, _, errno := syscall_syscall9(abi.FuncPCABI0(libc_getnameinfo_trampoline),
    		uintptr(unsafe.Pointer(sa)),
    		uintptr(salen),
    		uintptr(unsafe.Pointer(host)),
    		uintptr(hostlen),
    		uintptr(unsafe.Pointer(serv)),
    		uintptr(servlen),
    		uintptr(flags),
    		0,
    		0)
    	var err error
    	if errno != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 13:41:21 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top