File: index.html

package info (click to toggle)
jakarta-servlet-api 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,428 kB
  • sloc: java: 54,830; xml: 9,720; jsp: 177; pascal: 46; sh: 15; makefile: 8
file content (68 lines) | stat: -rw-r--r-- 3,468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
    <!--
    Copyright (c) 2018, 2024 Oracle and/or its affiliates and others.
    All rights reserved.
    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0, which is available at
    http://www.eclipse.org/legal/epl-2.0.
    This Source Code may also be made available under the following Secondary
    Licenses when the conditions for such availability set forth in the
    Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
    version 2 with the GNU Classpath Exception, which is available at
    https://www.gnu.org/software/classpath/license.html.
    SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0-->
    <title>Welcome to the Jakarta EE Servlet TCK</title>
    <style type="text/css">
<!--
pre {  background-color: #eeeeee; color: #000099}
code {  color: #000099}
h1 {  color: #000099}
h2 {  color: #000099}
h3 {  color: #000099; text-decoration: underline}
h4 {  font-style: italic; color: #000099}
.tabletitle {  font-style: italic; color: #ffffcc; font-size: small; font-variant: small-caps}
.subtitle {  font-style: italic; color: #ffffcc; font-variant: small-caps}
.emphasize  {  font-style: italic; color: #000099}
-->
</style> </head>
  <body style="color: black; background-color: #ffffdd;" vlink="#840084" link="#0000ff"

    alink="#0000ff">
    <div align="Center">
      <h1>Welcome to the Jakarta EE Servlet TCK, Version 6.1</h1>
      <h2> <span class="emphasize">Your Starting Point</span></h2>
    </div>
    <hr>
    <h2>Guide to Jakarta EE Servlet TCK 6.1 Documentation</h2>
    <p>The Jakarta EE Servlet TCK 6.1 documentation includes the following:</p>
    <ul>
      <li>The <em><a href="ServletTCK6.1-ReleaseNotes.html">Jakarta EE
            Servlet TCK Release Notes</a></em> provides the information on the
        test harness, the test suite and the platforms tested.
        <ul>
          <li>The Release Notes updates may be available from the Jakarta EE
            Servlet specification web site: <a href="https://jakarta.ee/specifications/servlet/6.1/">https://jakarta.ee/specifications/servlet/6.1/</a></li>
        </ul>
      </li>
      <li> The <a href="./html-usersguide/title.html" title="Jakarta EE Servlet TCK 6.1 User's Guide (HTML)">Jakarta
          EE Servlet Technology Compatibility Kit, Version 6.1 User's Guide</a>
        (or <a href="./pdf-usersguide/Jakarta-Servlet-TCK-Users-Guide.pdf" title="Jakarta EE Servlet TCK 6.1 User's Guide (PDF)">PDF</a>)
        provides the information that you need to install, set up, and run the
        Jakarta EE Servlet TCK, Version 6.1. In addition, the guide provides
        the rules you must comply with to pass the Jakarta EE Servlet TCK.</li>
      <li>The <a href="./ServletJavadocAssertions.html">Javadoc
          Assertion List</a> lists all the javadoc assertions that are tested by
        the Java API for Servlet TCK.</li>
    </ul>
    <hr>
    <p><cite><small></small></cite></p>
    <address><small> Copyright © 2014, 2024 Oracle and/or its affiliates and others. All
        rights reserved. </small></address>
    <cite>
      <p></p>
    </cite>
  </body>
</html>