Pete Muir [http://community.jboss.org/people/petemuir] commented on the document
"List of APIs Exposed Through AS7"
To view all comments on this document, visit: http://community.jboss.org/docs/DOC-17286#comment-7956
--------------------------------------------------
I guess this is just to seed the BOM and then once that is done we can move using the normal system?
--------------------------------------------------
Clebert Suconic [http://community.jboss.org/people/clebert.suconic] modified the document:
"List of APIs Exposed Through AS7"
To view the document, visit: http://community.jboss.org/docs/DOC-17286
--------------------------------------------------------------
Project Leads:
This is a listing of all APIs that are to be exposed to users via JBoss AS7. Please note the Maven coordinates (ie. GAVs - groupId, artifactId, version not necessary) that users can expect to rely upon when developing software targeted for the AS7 runtime. We will be exporting these dependencies via https://github.com/jbossas/jboss-as/blob/master/api/pom.xmlhttps://github.com/jbossas/jboss-as/blob/master/api/pom.xml.
Also note all dependent libraries needed for compilation. When adding these to the API POM, we will be excluding out transitive dependencies.
This process is defined by https://issues.jboss.org/browse/AS7-581https://issues.jboss.org/browse/AS7-581.
Please keep the list below in alphabetical order.
|| *Project* || *Lead* || *groupIds* || *artifactIds* || *Packages to Assert* ||
| HornetQ | Clebert Suconic (http://community.jboss.org/people/clebert.suconic) | org.hornetq | hornetq-core | org.hornetq.api.core.*
org.hornetq.api.core.client.*
org.hornetq.api.core.management.* |
| ShrinkWrap | Andrew Rubinger (http://community.jboss.org/people/ALRubinger) | org.jboss.shrinkwrap | shrinkwrap-api | org.jboss.shrinkwrap.api.*
org.jboss.shrinkwrap.api.asset.*
org.jboss.shrinkwrap.api.classloader.*
org.jboss.shrinkwrap.api.container.*
org.jboss.shrinkwrap.api.exporter.*
org.jboss.shrinkwrap.api.formatter.*
org.jboss.shrinkwrap.api.importer.*
org.jboss.shrinkwrap.api.serialization.*
org.jboss.shrinkwrap.api.spec.* |
| ShrinkWrap Descriptors Integration | Andrew Rubinger (http://community.jboss.org/people/ALRubinger) | org.jboss.shrinkwrap.descriptors | shrinkwrap-descriptors-archive-integration | org.jboss.shrinkwrap.api.descriptors.* |
| ShrinkWrap Resolver | Andrew Rubinger (http://community.jboss.org/people/ALRubinger) | org.jboss.shrinkwrap.resolver | shrinkwrap-resolver-api
shrinkwrap-resolver-api-maven | org.jboss.shrinkwrap.api.resolver.*
org.jboss.shrinkwrap.api.resolver.maven.*
org.jboss.shrinkwrap.api.resolver.maven.filter.* |
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-17286]
Create a new document in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
ramakrishna sarma ganti [http://community.jboss.org/people/ramchrish] created the discussion
"developer"
To view the discussion, visit: http://community.jboss.org/message/632653#632653
--------------------------------------------------------------
As part of the workflow process, i need to design a service node that has to call an existing service(for ex..a Registration Service).I have to design a node called as Registration that registers a user.The registration service is an existing one with its own database.How could I design the Registration Service node to be able to connect to the existing serive and complete the registraion task.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/632653#632653]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
David Lloyd [http://community.jboss.org/people/dmlloyd] created the discussion
"Remote Txn Inflow: Synchronizations"
To view the discussion, visit: http://community.jboss.org/message/628796#628796
--------------------------------------------------------------
I recall that we discussed that support for synchronization callbacks will be required with transaction inflow. Did we reach a conclusion as to whether we need to support interposed versus "regular" synchronizations? It seems easy enough to support this on the client side in any case.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/628796#628796]
Start a new discussion in JBoss Transactions Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Anil Saldhana [http://community.jboss.org/people/anil.saldhana] created the document:
"Primer on Web Security in JBoss AS"
To view the document, visit: http://community.jboss.org/docs/DOC-17287
--------------------------------------------------------------
This article is a one stop resource for web security in JBoss Application Server. Even though the configuration may change between major versions of JBoss Application Server, the features should be available starting JBoss AS 5 and beyond.
h2.
h2. What is provided by Java EE in terms of Web Security?
The main security constructs in Web Security come from the web.xml security configurations until Java EE5. These are reasonably documented in a use case manner at
http://java.dzone.com/articles/understanding-web-securityhttp://java.dzone.com/articles/understanding-web-security
Starting Java EE6, with the introduction of the Servlet 3 specification, you have some security annotations that allow your to configure your servlets with security information.
Some examples are:
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/docs/DOC-17287]
Create a new document in PicketBox Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&co...]
Andrew Rubinger [http://community.jboss.org/people/ALRubinger] commented on the document
"List of APIs Exposed Through AS7"
To view all comments on this document, visit: http://community.jboss.org/docs/DOC-17286#comment-7929
--------------------------------------------------
Nah, the list is an initial inventory so I can populate the api/pom.xml accordingly. Changes to that POM can go through the pull request process.
--------------------------------------------------