jboss-seam | Seam 2 : enterprise Java development framework

 by   VaclavDedik Java Version: Current License: No License

kandi X-RAY | jboss-seam Summary

kandi X-RAY | jboss-seam Summary

jboss-seam is a Java library. jboss-seam has no bugs, it has no vulnerabilities, it has build file available and it has high support. You can download it from GitHub.

http://www.seamframework.org/Seam2 - Seam 2: enterprise Java development framework
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              jboss-seam has a highly active ecosystem.
              It has 5 star(s) with 65 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              jboss-seam has no issues reported. There are no pull requests.
              It has a positive sentiment in the developer community.
              The latest version of jboss-seam is current.

            kandi-Quality Quality

              jboss-seam has 0 bugs and 0 code smells.

            kandi-Security Security

              jboss-seam has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              jboss-seam code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              jboss-seam does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              jboss-seam releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.

            Top functions reviewed by kandi - BETA

            kandi has reviewed jboss-seam and discovered the below as its top functions. This is intended to give you an instant insight into jboss-seam implemented functionality, and help decide if they suit your requirements.
            • Appends the source code source code for the given type .
            • Scan method for destroy methods .
            • Apply settings to a sheet .
            • Updates the permissions associated with the target recipient .
            • Parse the multipart request .
            • Invokes the specified method on the managed proxy .
            • Interpolate multiple expressions
            • Process the request payload .
            • Writes the container start tag .
            • Registers the resources found in the Seam component .
            Get all kandi verified functions for this library.

            jboss-seam Key Features

            No Key Features are available at this moment for jboss-seam.

            jboss-seam Examples and Code Snippets

            No Code Snippets are available at this moment for jboss-seam.

            Community Discussions

            Trending Discussions on jboss-seam

            QUESTION

            Does Wildfly 18 Supports Seam 2.3 Applications?
            Asked 2020-Feb-02 at 09:27

            I want to migrate an application from Wildfly 8 to the latest Wildfly 18. The web application uses the following frameworks: hibernate 3, seam 2.2, JSF 1.2, and Richfaces 3.3.3. Since hibernate 3 isn't supported anymore in Wildfly, we need to migrate to hibernate 4 which isn't compatible with Seam 2.2. Thus, we have to migrate to Seam 2.3 and this leads to migrating to JSF 2.3 (Wildfly modules) and to Richfaces 4.

            My project is an ear that contains inside it a war folder. For JSF, I am using the supported module by Wildfly both com.sun.faces.impl and javax.faces.api. I also added jsf-facelets-1.1.15.jar as a jar under web-inf/lib.

            For hibernate, I included the following jars in my ear: hibernate-commons-annotations-4.0.5.Final.jar, hibernate-core-4.3.11.Final.jar, and hibernate-entitymanager-4.3.11.Final.jar.

            For seam, I included the seam jars: jboss-seam.jar, jboss-seam-debug.jar, ...

            For Richfaces, I included the following libraries under the war folder: richfaces-a4j-4.5.17.Final.jar, richfaces-core-4.5.17.Final.jar, and richfaces-rich-4.5.17.Final.jar. I also included their dependencies.

            I am still getting this error which I am not able to debug: Unsupported Operation Exception.

            Did anyone encountered this issue ? And do you know if Seam 2.3 is still supported by the latest Wildfly especially that on Seam documentation, they gave the project examples on Jboss As 7?

            Thank you for your help.

            ...

            ANSWER

            Answered 2020-Feb-02 at 09:27

            The migration you are trying to achieve will result in a non-supported environment as well.

            1. From http://seamframework.org/

            Seam Moving Forward

            As many of you may be aware, there have been a number of changes within Seam over the past year. Here is a quick highlight of the changes and how they may affect you and your application.

            Seam 2
            Seam 2.2 targets JBoss AS 5 and 6 as well as JBoss Enterprise Application Platform 5 - Java EE 5 based architecture Seam 2.3 targets Java EE 6 capabilities such as JSF2 and JPA2 on the JBoss Enterprise Application Platform 6 - Seam 2.3 also supports RichFaces 4 which is also available for commercial support via Web Framework Kit. If you are looking for the long-term support with a service level agreement of Seam 2.2 and/or Seam 2.3 then please contact us at http://www.redhat.com/contact/sales.html Seam 2.3 is part of Web Framework Kit, included as part of the JBoss Enterprise Application Platform subscription .

            Seam 2.3 was released in September 2012. This is an update to the Seam 2 code base to make it compatible with Jave EE 6. It runs well on JBoss AS 7.

            Seam 3
            Active development of Seam 3 has been halted by Red Hat. Many projects have moved over to Apache DeltaSpike , and others have been absorbed into different projects. Please see the below table for information about where the functionality from each module has gone and how you can participate.

            So no, it does not support WildFly 18 (Java EE 8)

            1. Richfaces is 'dead' (sunset) for 4 years now. https://developer.jboss.org/wiki/RichFacesEnd-Of-LifeQuestionsAnswers
            2. JSF 2.x has facelets built-in, so no need to include them. (Causes problems even)
            3. Wildfly 18 has JPA2 built-in so no need to include hibernate manually (Might cause problems even)
            4. Also read https://docs.jboss.org/seam/2.3.0.Final/reference/en-US/html/migration23.html

            Switching to using

            • PrimeFaces (fully html 5, css3 etc compliant)
            • JPA2
            • CDI (with Deltaspike)
            • OmniFaces
            • OptimusFaces

            is a way better thing to do (Although JSF is 'old' compared to e.t.c. Angular it is still modern when combined with the above technologies and more stable).

            Source https://stackoverflow.com/questions/60021771

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install jboss-seam

            You can download it from GitHub.
            You can use jboss-seam like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jboss-seam component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/VaclavDedik/jboss-seam.git

          • CLI

            gh repo clone VaclavDedik/jboss-seam

          • sshUrl

            git@github.com:VaclavDedik/jboss-seam.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by VaclavDedik

            planning-poker-plugin

            by VaclavDedikJava

            triager

            by VaclavDedikPython

            infinispan-py

            by VaclavDedikPython

            whatever

            by VaclavDedikJava

            classifier

            by VaclavDedikPython