Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for an Eclipse plugin that makes writing RESTful Web Services with JAX-RX easier and faster, preferably a plugin that can generate code from a given database. NetBeans can automatically create RESTful web services from a database, entity classes or patterns and I'm looking for something similar in Eclipse.
So far I'm only aware of a wizard that comes with Glassfish that can create a web service from a pattern.
Any help is appreciated, thanks.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Are there any good resources to get started with Scala web development? Any good tutorials, blogs or books?
I have checked https://www.scala-lang.org/ and it is a not good starting point for scala web development.
When it comes to backend, you could start from learning some frameworks like play or akka on which play is actually based(there are plenty of books about them), but if you mean frontend by "web development", there is also scala.js, but I would not recommend it to you since it has rather poor community and there is no many people that actually use it. If you are interested in some database connection then I recommend reading smth about slick.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a Zend framework based open source software/web application/cms.
It will be great help if anyone help me on this.
Thankx in advance.
I can recommend 2 CMS platforms:
Pimcore: Content/Product Management System and Rapid Development Platform based on ZF1,
Bolt: Silex/Symfony based CMS
You can browse Sourceforge with the tag "Zend" like Here you will find a lot of web application based on Zend Framework.
Hope it helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to build a very scalable REST web service that will be consumed both by mobile apps, clients surfing the web, servers, etc...
Now as you can imagine this is a rather large task and I have no idea where to start, so I wonder if there are any good tutorials or books to help me on my way?
Thanks in advance!
A good starting point would be reading the "REST API - Design Rulebook" by "Mark Masse" published by O'Reilly Media, Inc.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have published a java REST API using war on tomcat 7, and I am looking for an easy to deploy open source OAUTH code that i can add to my code (preferably by using maven POM) and use it for securing the API.
What are my options?
Have you looked at Google's OAuth Java Client? The documentation says that you can use Maven to add it to your code.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I know that there are exist established frameworks written in Scala for web development (Lift and Play).
I wonder if there are any frameworks for desktop development as well(even in early beta stage). What I'm after:
- Application workflow
- Custom ui components
Scala comes with Java Swing wrapper, and you could also use SWT (just like you could use any other Java library in Scala). They are both suitable for desktop application development.
JavaFx is comming, so try ScalaFx