Skip to content

soujava/mvc-cxf-tomee

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MVC-CXF

Simple example of using http://mvc-spec.org together with Eclipse JNoSQL to do CRUD operations.

Steps to run the example

Run MongoDB Using Docker

Docker
  1. Install docker: https://www.docker.com/

  2. https://store.docker.com/images/mongo

  3. Run docker command

  4. Run MongoDB: verify MongoDB image name with the command docker images, it can be mongodb or mongo, and then execute this command

  5. docker run -d --name mongodb-instance -p 27017:27017 mongo

Run Application

Build and start the demo:

`mvn clean install tomee:run`

Open:

`http://localhost:8080/mvc-cxf`

Run Application with Docker-Compose

Build and start the demo:

./run.sh

OBS:

  • Install Docker & Docker-Compose

  • edit run.sh with the your path of JDK and Maven

  • edit nosql.json for change the localhost to mongodb or change JAVA_OPTS: "-Ddocument.settings.jakarta.nosql.host=mongodb:27017" in docker-compose

  • if necessary change in docker-compose the volumes: - ./data/db:/data/db for your other location.

Open:

http://localhost:8080/mvc-cxf

Intro of Eclipse Krazo

Eclipse-Krazo is an implementation of action-based MVC specifiec by MVC 1.0 (JSR-371).

It builds on top of JAX-RS and currently contains support for RESTEasy, Jersey and CXF with a well-defined SPI for other implementations.

About

A sample repository code that has the MVC spec with MongoDB using TomEE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published