Jesse Alexander (KBSA 21) wrote:
  -----Original Message-----
  We really appreciate your effort, Jesse ;-)
  -----/Original Message-----
Thanks... After all I should profit as well, getting maybe one or two
components that I can reuse in our applications ;-)
And feel free to help out:
- ask for components
  - ideas
  - requirements
- test components as they become available
- write your own components and make them available

  -----Original Message-----
  Any guidelines regardring the package names for the components, how
  the components can be sent in etc...?
  -----/Original Message-----
None so far.

What are our options?

1) Package-structure
   a) org.apache.myfaces...
   b) net.sf.jsfcomp....
   c) whatever.you.want.... (almost whatever...)
  - I believe a) is out of discussion, because of org.apache rules
  - b) and c) remain valid options

2) a) all component-parts in one package-branch
   b) all similar artifacts for all components in the same package-branch
   c) all components of one committer in one package-branch

a) net.sf.jsfcomp.--mycomp--.component...
                            .tag...
                            .renderer...
b) net.sf.jsfcomp.component....
                 .tag...
                 .renderer...
c) net.sf.jsfcomp.--myname--.--mycomp--....
Here I have no preference at all. So describe your ideas.

  -----Original Message-----
I would be interested as well, to be able to commit, to start dumping code by tomorrow (gotta pack it up for the jar distribution first, which in case of JSF is new to me, I have to find out what has to go in there, and make a small webapp
  which uses them)
  -----/Original Message-----
Well that distribution format:
- in "JSF in Action" there is a description in chapter 15.7 "Packaging UI extensions" (page 660/661).
- Basically:
  - the class- and property-files (as usual)
  - in the META-INF directory
    - put the tld file for your tags
    - write the "partial" faces-config into a well-formed faces-config.xml
That's it. Your "customer" just has to drop the jar-file into WEB-INF/lib, restart his web-container and your components are available.

  -----Original Message-----
  forgot to mention, my sourceforge name is werpu12
  -----/Original Message-----
done. Welcome on board.


regards
Alexander

Thanks I will add the descriptor missing files tomorrow evening for the jar libs and hopefulle will have the first code in the repository by tomorrow. (can only work on evenings on that stuff due to food restrictions (gotta work for food :-) )


Reply via email to