Which Demoiselle 3 dependency should be included in a Maven project for JSF use?

Asked

Viewed 117 times

0

I have several applications built with Demoiselle 2.4.2+JSF+Primefaces+Hibernate and would like to advance to Demoiselle 3. On the portal dedicated to this version (http://demoiselle.io/) there is an example of Maven dependency, as seen below:

<parent>
    <groupId>org.demoiselle.jee</groupId>
    <artifactId>demoiselle-parent-rest</artifactId>
    <version>3.0.0</version>
</parent>

In this example it is an application in REST model, which is not the case of our legacy. Other links and pages from the same portal are broken, making it impossible for us to find other examples.

From now on, thank you very much!

1 answer

1


Our portal is being refactored and within a few days will be fixed the problem, thank you for warning.

In version 3, we focus on the development of Microservices, due to the economic viability brought by this type of development and adaptation to cloud structures, with Docker, multitenancy, etc. During the internal debate phase and with the community and provided with various performance tests plus the adaptation of Restful apps in modern productive environments, helped us decide that JSF would no longer be the focus of the new version of the framework. We know all the good things JSF has given us and how this technology propelled the JEE6 world, although it is no longer the focus of the project, JSF can be integrated into any project with Demoiselle3 at any time, because everything is JEE, and if there are community contributions to a JSF component we will make it available in a dedicated Article. Today we still have hundreds of apps Demoiselle 2.x (JEE6 with JSF), only in the company we work, but the gains brought by version 2.5 (beginning of paradigm use) and now with 3.0, using the REST/HTML5 paradigm are so large that we prefer to support teams in the most viable and profitable technological evolution. We suggest, if possible, that you make this evolution, we have a documentation that we are constantly improving that can help you in this challenge.

Here is the most current documentation https://www.gitbook.com/@Demoiselle

in the http://demoiselle.org/jee7 Concentrates key JEE7 project links

  • Thank you for the reply. Just to be absolutely clear (I have a technical report to do): today JSF support for Demoiselle 3 still needs to be developed, certain?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.