In this tutorial we’ll create a JAX-RS webservice with the Jersey implementation. The Jersey is the best choice, if you have an older JBoss instance. But, if you have a JBoss 6.1, 7.1, EAP 6+, you should use RestEasy or Apache CXF.
The goal of this blog to provide several tutorials for developers in Android, Java and Javascript / Typescript.
Thursday, January 7, 2016
Saturday, December 26, 2015
Creating a MySQL datasource for JBoss 7.1
In this tutorial we’ll create a MySQL datasource for JBoss Application Server 7.1. I recommend you to read the article listed in the “Useful article” section, because a MySQL driver is required for our datasource.
Add MySQL to JBoss 7.1 as a module
In this article we’ll create a MySQL module. This can be useful, because a MySQL driver(module) is not part of the core JBoss modules.
Subscribe to:
Posts (Atom)
Configure and use VSCode for Java web development
Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...
-
Angular is a robust, front-end framework widely used for building dynamic web applications. Developed and maintained by Google, Angular prov...
-
NetBeans is one of the most popular development IDE for Java developers. But it can be used for many other technologies: C/C++, PHP and web...
-
Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...