Search the Community

Showing results for tags 'java11'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Official Buildings
    • GM Hall
    • City Hall
    • Game News
    • Public Test Board
  • Back Streets
    • Town Square
    • Community Assistance
    • Village Recruitment Center
    • Suggestions & Ideas
    • The Creative Commons
    • Wood Scraps
  • Northern Freedom Isles
    • Harmony
    • Melody
    • Cadence
    • Northern Freedom Isles Market
  • Southern Freedom Isles
    • Celebration
    • Deliverance
    • Exodus
    • Independence
    • Pristine
    • Release
    • Xanadu
    • Southern Freedom Isles Market
  • Maintenance Buildings
    • Technical Issues
    • Server Bugs
    • Client Bugs
    • Model and Sound Bugs
    • Other Bugs and Issues
    • Wurmpedia / Wiki Maintenance
  • Wurm Unlimited
    • Unlimited Discussion
    • Unlimited Modding
    • Server Listings & Advertisement
    • Technical Issues

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Chaos


Independence


Deliverance


Exodus


Celebration


Xanadu


Release


Pristine


Epic


Cadence


Defiance


Harmony


Melody


Acc1


Acc2


Acc3

Found 1 result

  1. Hey everyone, I'm since the news about Niarja shutting down, and with that I want to say thanks to Chakron for his many years he developed Niarja. I am in the process of re-creating Niarja with all new code and making it open source. Due to me currently IRL getting a PhD in Computer Science, I may not have time to deal with bugs asap, or feature requests, so this is why I'm making it open source. So if you are a UI/UX person or a whiz at Java, it's open to anyone to make changes and put in PR's. Current Tech Stack: Back end: Framework: JHipster 7.9 Language: Java JDK 11 RDBMS: PostgreSQL Monitoring: Prometheus / Grafana Other: Hibernate, Liquibase, Docker (for prod), host of other Spring related Tools Auth: JWT - We can use Oauth with keycloak pretty easily, but must be decided early on, as it would be generated by JHipster (less headache moving code around) Front end Language Type: React Language: Type Script In "dev": using NodeJS for hosting front-end then proxying to back-end. Prod: Compiled all to a Jar file Put in docker and the rest of services have pre-configured docker (thankx JHipster) Github Link: https://github.com/bnorthern42/Verasm What is JHipster: JHipster docs: https://www.jhipster.tech/ What comes as standard with JHipster (if curious): Log Viewer Swagger Auto-generation. Great for API Testing All the metrics: CRUD support out of the gate for entities: