You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 13 Members of 9199 |
| Forum: Weld Users |
13 Replies: | |||
|---|---|---|---|
Also covered on TheServerSide.com with some interesting discussion that follows. Dan Allen | mojavelinux.com | Author of Seam in Action |
|||
Weld 1.0.0 available: http://in.relation.to/12911.lace I'm assuming this is the GA release? Java EE 6 + RevCo = distributed rock stardom! |
|||
Arbi Sookazian wrote on Nov 13, 2009 00:22: No, it's a fish :-p Read about how to report a bug. |
|||
Good one. Dan Allen | mojavelinux.com | Author of Seam in Action |
|||
The People Who Decide These Things at Red Hat decided to change the release naming standard. Personally, I think that release naming standards that change between releases are not much better than no standard at all, but whatever. ;-) Learn more about Weld... |
|||
One fascinating aspect of my exhaustingly stupid personality is that I don't get jokes very well.
So I guess I have no comment other than
I'm officially changing my sig to Java EE 6 + RevCo = distributed rock stardom! |
|||
oh come on guys! you know how lazy I am. I don't see a src directory in the weld-1.0.0 distro. I need to see the source for this class: org.jboss.weld.environment.se.StartMain.java b/c it's in the console output when I run the hello-world example. So is that (the Weld src code) going to be included in the distro next time? Java EE 6 + RevCo = distributed rock stardom! |
|||
It's the release that will be included in GlassFish V3 final, the Java EE 6 RI. Dan Allen | mojavelinux.com | Author of Seam in Action |
|||
The sources are in the Maven 2 repository. If you open up the example in Eclipse with the m2eclipse plugin, and enable I can't comment about whether the sources will be included in the distro because I don't know the answer. Dan Allen | mojavelinux.com | Author of Seam in Action |
|||
Arbi. take a look at the source jars - great for lazy people as they are very easy to attach in Eclipse ;-) Read about how to report a bug. |
|||
The inspiration for my laziness comes from the Ok, so the idea was to keep the distro as small as possible, thus using Maven instead of Ant (like in Seam 2.x).. Oh, but that makes sense for dependency libraries, but why can't the src be already part of the distro? what's the svn repo URL for the framework src and example src? Java EE 6 + RevCo = distributed rock stardom! |
|||
All the relevant links for Weld are in the readme.txt file in the root of the Weld distro. I am going to take your call to action to add info about the src jars in the readme.txt. We could also do an FAQ about this. There is a Maven command that can pull down all the sources as well. I'll add that too. IMO, the smaller the download, the better. Dan Allen | mojavelinux.com | Author of Seam in Action |
|||
BTW take a look at the updated distro, we discovered a bug in the distro script which forgot to include the CDI sources, javadoc etc. Just FTR the sources and Javadoc of Weld are in the zip, as well as the servlet support, Java SE support etc. Read about how to report a bug. |
Read about how to report a bug.