Code Monkey home page Code Monkey logo

Comments (6)

alex-87 avatar alex-87 commented on July 3, 2024

Hello,

This is J2EE, so there is no "public static void main(...)" like a JSE software. ButI found the Controller class here https://github.com/wakaleo/game-of-life/blob/master/gameoflife-web/src/main/java/com/wakaleo/gameoflife/webtests/controllers/GameController.java and could be considered as the "main class" for J2EE.

I hope answered well (sorry for my english).

Best regards.

from game-of-life.

edanian avatar edanian commented on July 3, 2024

Hi Alex,

Thanks a lot for your helpful explanation.
If I would like to build the game-of-life in e.g. Eclipse, can I then download Java EE SDK and try it out?

Do you also happen to know where the Maven build files can be found on a Windows PC? In Jenkins it just says: Default (~/.m2/repository)

BR Daniel

from game-of-life.

alex-87 avatar alex-87 commented on July 3, 2024

If you want to build the game-of-life with Eclipse Java EE SDK, you will need a Servlet Container (like Tomcat) to load the software. The paradigm of J2EE is to provide a platform for web applications, like this one. Eclipse with the Java EE SDK handles the Servlet Container (start, run, debug, pause, stop the software).

For Maven under Microsoft Windows, I really don't know how about it, sorry :(

BR,
Alex.

from game-of-life.

edanian avatar edanian commented on July 3, 2024

Ok, thanks a lot for your help!

from game-of-life.

JavierPeris avatar JavierPeris commented on July 3, 2024

It has been a long time and I am surprised that this issue is still open. If your question is the location of the local Maven cache in Windows is like in GNU/Linux, that is, it is under your user home (in Windows you can go there typing %userprofile%.m2\repository)

from game-of-life.

wakaleo avatar wakaleo commented on July 3, 2024

I think we can consider this question answered - since this is a J2EE app, there is no "main" class as such.

from game-of-life.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.