Jakarta MVC TCK - Documentation

Technology Compatibility Kit for Jakarta MVC

License

License

GroupId

GroupId

jakarta.mvc.tck
ArtifactId

ArtifactId

mvc-tck-docs
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Jakarta MVC TCK - Documentation
Technology Compatibility Kit for Jakarta MVC
Project Organization

Project Organization

Eclipse Foundation

Download mvc-tck-docs

How to add to project

<!-- https://jarcasting.com/artifacts/jakarta.mvc.tck/mvc-tck-docs/ -->
<dependency>
    <groupId>jakarta.mvc.tck</groupId>
    <artifactId>mvc-tck-docs</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/jakarta.mvc.tck/mvc-tck-docs/
implementation 'jakarta.mvc.tck:mvc-tck-docs:2.0.0'
// https://jarcasting.com/artifacts/jakarta.mvc.tck/mvc-tck-docs/
implementation ("jakarta.mvc.tck:mvc-tck-docs:2.0.0")
'jakarta.mvc.tck:mvc-tck-docs:pom:2.0.0'
<dependency org="jakarta.mvc.tck" name="mvc-tck-docs" rev="2.0.0">
  <artifact name="mvc-tck-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='jakarta.mvc.tck', module='mvc-tck-docs', version='2.0.0')
)
libraryDependencies += "jakarta.mvc.tck" % "mvc-tck-docs" % "2.0.0"
[jakarta.mvc.tck/mvc-tck-docs "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

mvc-tck

Technology Compatibility Kit for Jakarta MVC

Build

Run the Maven build for the TCK:

cd <TCK_HOME>
mvn clean install

Run Sample Runner

This is an example for quickly running the TCK against Krazo on GlassFish. For other configurations, refer to the TCK Documentation and Usage Guide.

Download and unpack the latest Glassfish Promoted Build:

https://eclipse-ee4j.github.io/glassfish/download

Start Glassfish:

cd <GLASSFISH_HOME>/glassfish/bin/
./startserv

Now execute the sample runner to run the tests against Eclipse Krazo deployed to Glassfish:

cd <TCK_HOME>/sample/
mvn verify

Of course all the tests should pass. :-)

jakarta.mvc.tck

Eclipse EE4J

The Eclipse EE4J Project

Versions

Version
2.0.0
1.1.0