Change jira project name to Seam instead of JBoss Seam ?
by Max Rydahl Andersen
Hi,
Anyone object to $subject ?
It made my life much simpler in when I changed "JBoss Tools" to "Tools" and "JBoss Developer Studio" to "Developer Studio".
Just need to press T or D a few times to select it in the 3 miles long list of "JBoss XXX" combo boxes.
Let me know if there is some big reason not to do it ?
I got jira admin rights for these changes so can be done immediatly.
/max
16 years, 7 months
Unbreak SVN trunk, please
by Christian Bauer
Please run the test suite before you commit. Trunk is broken:
[testng] INFO [org.jboss.seam.init.Initialization] initializing
Seam
[testng] DEBUG [org.jboss.seam.contexts.ServletLifecycle] >>>
Begin initialization
[testng] DEBUG [org.jboss.seam.Component] seam component not
found: org.jboss.seam.core.events
[testng] DEBUG [org.jboss.seam.Component] seam component not
found: org.jboss.seam.core.events
[testng] INFO [org.jboss.seam.init.Initialization] two components
with same name, higher precedence wins:
org.jboss.seam.security.facesSecurityEvents
...
My tests find all components twice after SVN update.
16 years, 7 months
Exadel Flamingo (Seam + Flex)
by Felipe Albertao
Hello everyone,
We have recently integrated Exadel Flamingo (released at JBoss World this
year) and we are very happy so far.
Have you tested it out? Any experiences you'd like to share? (positives and
negatives)
Below is a brief report from Darius Zangrean, my team mate who integrated
Flamingo into our app. (I included Darius in the cc list).
=====
Integrating Flamingo with Seam is a breeze. Here are the few steps I had to
take:
1. Drop couple of jars on WEB-INF/lib (flamingo-service-1.0.0.jar,
amf-serializer-1.0.0.jar)
2. Include the flamingo swc to your flex project (flamingo-flex-1.0.0.swc)
After doing this all the java functions are available to be called from
flex. You can also restrict to only make the @WebRemote functions
available on flex. The manual included with the zip distribution is great
and includes basic examples of usage:
http://code.google.com/p/exadel-flamingo/
16 years, 7 months
Seam docs in 2.0 branch
by Pete Muir
Thanks to the hard work of Samson and Mark the new doc formats on the
Seam 2.0 branch are almost there.
Please checkout the Seam_2_0 branch from Seam svn
(https://svn.jboss.org/repos/seam/branches/Seam_2_0) and build the
docs using:
ant refdoc
The docs are built into doc/Seam_Reference_Guide/target/docbook/publish/en-US
The PDF, html and html_single have the SeamFramework.org style applied
(the html one uses graphics from SeamFramework.org, the pdf just the
font colours). Andy, James - I would appreciate your review of this as
I'm no graphic artist!
There is also code highlighting for XML and Java code (all the code
blocks need the role="JAVA" or role="XML" attributes applied to make
the highlight appear, so as you edit docs please add this).
TODO:
* All the maven plugins need to be releases (they are all snapshot
currently), and I'll work with Mark on that over the next few days.
* The "callouts" are overflowing in the PDF version
* The "callouts" with code highlighting aren't placing the annotations
correctly in the HTML versions
Thanks again,
Pete
--
Pete Muir
http://in.relation.to/Bloggers/Pete
http://www.seamframework.org
16 years, 7 months
Seam 2.0.2.CR1
by Pete Muir
Norman, Jay
We're ready to start releasing 2.0.2.CR1 unless there are any
objections. Please work your magic ;-)
Everyone, please don't commit to the 2.0 branch without checking
first until Norman/Jay give the all clear.
In general, the 2.0 branch of development is now frozen except for
critical fixes and documentation.
Thanks,
P
--
Pete Muir
http://www.seamframework.org
http://in.relation.to/Bloggers/Pete
16 years, 7 months