Code Monkey home page Code Monkey logo

Comments (37)

appurist avatar appurist commented on July 18, 2024 2

FYI, we did end up using it for our defense project that I mentioned above (Ansible network control REST+websocket service), and one of us is also using it for a personal project. He reports that the improvements in Javalin 2.0 3.0 are very welcome and tend to address things he has had to code separately in the past. i.e. We should be able to have more generic handling of the calls, reduce and simplify our server side code. Thanks for the improvements and we're definitely all-in on Javalin for that project and any new Java-based server-side projects.

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024 1

Okay, thanks for letting me know!

from javalin.github.io.

appurist avatar appurist commented on July 18, 2024 1

@tipsy Sorry yes, Javalin 3.0! 😁 In particular the validation stuff, but loving all of the improvements!

from javalin.github.io.

josephdicarlo1 avatar josephdicarlo1 commented on July 18, 2024 1

Hey @tipsy , we're using Javalin at Carilion Clinic (https://github.com/carilion) as the core of the framework we built for an internal application. It has been in production for a few months now and is a critical part of ~40 users' daily workflow, with that number expanding to 200+ with our next major release. Thanks for all that you do, we really enjoy using Javalin :)

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024 1

That's great to hear @josephdicarlo1, I'll get your logo up after my holidays :)

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Red Hat! https://github.com/redhat-developer/odo/blob/f4845b06036db88bcdf66d124284b9473c605b64/tests/e2e/examples/source/openjdk/src/main/java/Application.java

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Microsoft! https://github.com/search?q=org%3AAzure-Samples+%22Javalin%22&type=Code

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Rookout? https://github.com/search?q=org%3ARookout+javalin&type=Code

from javalin.github.io.

appurist avatar appurist commented on July 18, 2024

We're considering using Javalin for one of our projects. Is there a discussion area anywhere (e.g. Discord, Slack) for Javalin? (Not sure I can reveal more here.)

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Yes, we have a gitter channel: https://gitter.im/javalin-io/general

from javalin.github.io.

appurist avatar appurist commented on July 18, 2024

Thanks, I've joined.

Also, I can probably say for this discussion that I'm a defence contractor working for the Canadian Navy and hoping to use Javalin for the server-side implementation of a fairly complex Java server providing a REST API.

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Cool, let me know if you end up using it!

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

https://www.pleo.io - https://github.com/pleo-io/antaeus/blob/30afaca79dfc31088a3d01da2d9ee23c87e5975b/pleo-antaeus-rest/src/main/kotlin/io/pleo/antaeus/rest/AntaeusRest.kt

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

https://www.coveo.com: https://github.com/coveo/Blitz2019/blob/46914db8cc24d857cb5f0eb89f20cfaa851fca4e/starterpack/microchallenge/java/src/main/java/com/coveo/MyBot.java

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Revolut: https://github.com/search?q=Revolut+javalin&type=Code

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Telenor: https://github.com/ExploratoryEngineering/tkaq

from javalin.github.io.

revanthpobala avatar revanthpobala commented on July 18, 2024

We at Express Scripts ( https://en.m.wikipedia.org/wiki/Express_Scripts) use javalin.

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Thanks, will add soon! Any public repos?
Edit: Added!

from javalin.github.io.

revanthpobala avatar revanthpobala commented on July 18, 2024

Nope. We use it internally for our Backend services.

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Thanks for the update @appurist !

He reports that the improvements in Javalin 2.0 are very welcome and tend to address things he has had to code separately in the past.

Do you mean Javalin 3.0 (which was just released), or are you one version behind?

Thanks for the improvements and we're definitely all-in on Javalin for that project and any new Java-based server-side projects.

Thanks, very happy to hear that!

from javalin.github.io.

jehugaleahsa avatar jehugaleahsa commented on July 18, 2024

Just upgraded my MVC wrapper to 3.1.0. Loving the simplified SPA and OpenAPI support. I just made my MVC wrapper open source on GitHub, so I thought I would share: https://github.com/jehugaleahsa/javalin-mvc. Very much in its early stages but already using on several personal projects and trying to get some projects going at work using it. I'll update once we're there. Would love feedback on my MVC project.

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

@jehugaleahsa I think you might be interested in https://dinject.io/docs/javalin, seems to be a similar approach.

from javalin.github.io.

jehugaleahsa avatar jehugaleahsa commented on July 18, 2024

from javalin.github.io.

JoaaoVerona avatar JoaaoVerona commented on July 18, 2024

Skiley (https://skiley.net), one of my projects (currently at ~25k users) uses it.

Also, taking a moment to thank you for your efforts on Sparkjava and Javalin! :)

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

thank you for your efforts on Sparkjava and Javalin! :)

Thanks @BloodShura, you're very welcome. You're project looks nice, but I think it's a bit small for showcasing at the moment. Let me know when it grows :)

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

https://www.stackshare.io/dkb-ag/deutsche-kreditbank-ag
https://en.wikipedia.org/wiki/Deutsche_Kreditbank

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Uber! https://mvnrepository.com/artifact/com.uber.hoodie/hoodie-utilities/0.4.7

from javalin.github.io.

TareqK avatar TareqK commented on July 18, 2024

OpenMyMed (for access.md) https://github.com/openmymed/access.md

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

@TareqK I'm a big fan of the spirit of your project, but I think it's too small for showcasing 🤔

A google search for openmymed gives me fashion related results.

from javalin.github.io.

cubiak avatar cubiak commented on July 18, 2024

I added a "Who's using Javalin?" section on the webpage. The initial list is based on publicly available information from GitHub/Gitlab, Maven, and user websites.

If you want your company added to the list, please comment on this issue.

Apexar Technologies use javalin in healthcare Biotrend Koala Cloud.
apexar.com / biotrend.com.ar

from javalin.github.io.

khi195 avatar khi195 commented on July 18, 2024

Hi @tipsy ,

we are using Javalin for a number of internal service. we are fintech company which provides a full stack trading platform to companies including some of the world's biggest investment banks.

Please read our website: https://www.celer-tech.com/
and also an overview of the company by our CEO at the Macquarie technology summit.
https://www.youtube.com/watch?v=Nflv3dDKXEw

If you would like further information please let me know.

Kind regards

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Thanks @khi195, I've added Celer's logo now!

@cubiak thank you too, I've also included Apexar's logo :)

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

https://verve.com/

from javalin.github.io.

Patrity avatar Patrity commented on July 18, 2024

@tipsy We are proud to be using Javalin at SafeMoon!

from javalin.github.io.

TobiasGrether avatar TobiasGrether commented on July 18, 2024

Using Javalin for all our internal APIs at https://nethergames.org, which powers over 3 million players. Works really well, good job! Logo could be found here

from javalin.github.io.

murilommen avatar murilommen commented on July 18, 2024

hey @tipsy :) WhyLabs for our container service to upload profiles: https://github.com/whylabs/whylogs-container/blob/mainline/src/main/kotlin/ai/whylabs/services/whylogs/main.kt#L11-L17

from javalin.github.io.

tipsy avatar tipsy commented on July 18, 2024

Cool stuff @murilommen ! I'll have a look at both you and @TobiasGrether's logos after 5.0 is out.

from javalin.github.io.

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.