Discussion:
ADF Faces checked in!
Adam Winer
2006-05-07 19:50:44 UTC
Permalink
ADF Faces has now been checked in at:

http://svn.apache.org/repos/asf/incubator/adffaces/trunk/adf-faces/

Everything has been repackaged into org.apache.myfaces subdirectories,
all files have been relicensed. There's still a few dependencies that
need to be cleared up as far as Maven repositories go, though all
should be legit by Apache rules as I understand them:
- Facelets: I need to nag Jacob into pushing this into a repository
- javax.el: Matthias gave me a link to JSP 2.1 API that should resolve this
- ADF Faces still pointing at the Sun impl, not myfaces: trivial to fix
- The jsf-mock library (mockmaker run over the JSF API) - we should
switch to the Shale test framwork, I think.

But, I've put off my errands and responsibilities for long enough this
weekend, and maybe someone else could tackle some of these? ;)

I'm planning to start posting some messages pointing people around the
codebase to help new developers contribute, and especially point out
areas that I think would be helpful to the overall MyFaces project
(the renderkit test framework, the state saving implementation, etc.).
I think this'd be helpful, right?

Cheers,
Adam
Jacob Hookom
2006-05-07 19:53:52 UTC
Permalink
Stan, did you get anywhere with Remy on separating out the javax.el
implementation from Jasper?
Post by Adam Winer
http://svn.apache.org/repos/asf/incubator/adffaces/trunk/adf-faces/
Everything has been repackaged into org.apache.myfaces subdirectories,
all files have been relicensed. There's still a few dependencies that
need to be cleared up as far as Maven repositories go, though all
- Facelets: I need to nag Jacob into pushing this into a repository
- javax.el: Matthias gave me a link to JSP 2.1 API that should resolve this
- ADF Faces still pointing at the Sun impl, not myfaces: trivial to fix
- The jsf-mock library (mockmaker run over the JSF API) - we should
switch to the Shale test framwork, I think.
But, I've put off my errands and responsibilities for long enough this
weekend, and maybe someone else could tackle some of these? ;)
I'm planning to start posting some messages pointing people around the
codebase to help new developers contribute, and especially point out
areas that I think would be helpful to the overall MyFaces project
(the renderkit test framework, the state saving implementation, etc.).
I think this'd be helpful, right?
Cheers,
Adam
--
--------------------------
Sent from my FrankenBerry Wireless Handheld
Sean Schofield
2006-05-07 19:57:19 UTC
Permalink
Post by Adam Winer
- Facelets: I need to nag Jacob into pushing this into a repository
+1 I'm working on a simple application that shows MyFaces, Shale and
Facelets working together. I'm hoping to build it with maven ...

[snip]
Post by Adam Winer
- The jsf-mock library (mockmaker run over the JSF API) - we should
switch to the Shale test framwork, I think.
+1 We should also focus on converting the remaining non Shale mock
stuff in the core and tomahawk.
Post by Adam Winer
Adam
Sean
Dennis Byrne
2006-05-07 20:18:22 UTC
Permalink
Post by Sean Schofield
+1 We should also focus on converting the remaining non Shale mock
stuff in the core and tomahawk.
Which stuff in tomahawk do you mean? Everything in core and tomahawk was replaced a few months ago. There are still two mock classes in org.apache.myfaces.mock.api, but this is needed in order for FactoryFinderTest to have meaning.
Post by Sean Schofield
Sean
Dennis Byrne
Omar Tazi
2006-05-08 16:33:43 UTC
Permalink
Thanks Adam, terrific work!

-Omar

---------------------------------
Omar Tazi
Chief Open Source Evangelist
Middleware and Tools
Oracle Corporation
Work: (650) 506-3216
Cell: (408) 656-5354
Email: ***@oracle.com
Blog: http://otazi.blogspot.com
---------------------------------
Post by Adam Winer
http://svn.apache.org/repos/asf/incubator/adffaces/trunk/adf-faces/
Everything has been repackaged into org.apache.myfaces subdirectories,
all files have been relicensed. There's still a few dependencies that
need to be cleared up as far as Maven repositories go, though all
- Facelets: I need to nag Jacob into pushing this into a repository
- javax.el: Matthias gave me a link to JSP 2.1 API that should resolve this
- ADF Faces still pointing at the Sun impl, not myfaces: trivial to fix
- The jsf-mock library (mockmaker run over the JSF API) - we should
switch to the Shale test framwork, I think.
But, I've put off my errands and responsibilities for long enough this
weekend, and maybe someone else could tackle some of these? ;)
I'm planning to start posting some messages pointing people around the
codebase to help new developers contribute, and especially point out
areas that I think would be helpful to the overall MyFaces project
(the renderkit test framework, the state saving implementation, etc.).
I think this'd be helpful, right?
Cheers,
Adam
Loading...