Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681465y
-
Voxera115855yJava is as fast as the developer takes the time to make it.
Some frameworks are rumored to be slow or heavy but as with most languages, the real performance problems are not language related but either data(db), external services or bad code. -
bnjns865yYup, Spring Boot is your way to go. Creates a self-contained jar file with an embedded servlet that can easily run in a docker container.
And I tend to find these apps are way faster than PHP. Obviously depends on your code and the size of the app ;) -
@C0D4 i do.
@op spring boot is good, also spark(the microframework) depending on how big you aim yo make this project.
Yes, it can be deployed on AWS and it is fast :>
I still prefer php over it.
Related Rants
I have a big web development requirement from client using java. I have suggested them for using Php/mysql but they dont want it. i am not sure which framework to use in java, whether java can be deployed on AWS, whether java would be as fast as php.
Please share your java web development experience and how do i go ahead.
rant
web development
framework
java web development
java