Martin Marinschek wrote:
Sharing means you want to tell us about them or you want to donate them ;) ?

regards,

Martin

On 1/3/06, Cagatay Civici <[EMAIL PROTECTED]> wrote:
  
Hi,

I have created a series of free components for JSF. All I want is to share
them with you.

JSF Chart Creator
 This component is used for creating charts in JSF applications, there are
currently "27" types of charts supported. Component's feature include fully
customizable charts, 3d charts, anti-aliasing and etc.

JSF Client Side Validation Components
JSF has no built in support for client side validation, these component
series include;
- Required Field Validator
- Compare Validator
- Range Validator
- Regular _expression_ Validator
- Validator Summary

This JSF client validators also has support for field highlighting,
customizable error messages and etc.

These two component series may help you in your development, they are
completely free and open source. These components are currently referenced
by jsftutorials.com, jsfcentral.com, jfree.org, javatoolbox.com.

You can have a detailed look and have free download at;

http://www.jroller.com/page/cagataycivici?entry=jsf_chart_creator

http://www.jroller.com/page/cagataycivici?entry=jsf_client_side_validators

Regards,

Cagatay Civici




    


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

  
Hi
Thank you for providing these components as im going to use them in my projet which i build using Creator studio.
i have some questions :
1-in your manual in step 2 you said that we should declare  servlet mapping  , can you please tell me why we need servlet mapping?

<servlet>
        <servlet-name>
ChartWriter</servlet-name>
        <servlet-class>
chartcreator.ChartWriter</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>
ChartWriter</servlet-name>
        <url-pattern>
/servlet/ChartWriter</url-pattern>
    </servlet-mapping>

Will this definition restrict me in using chart Creator in a jsf portlet ?





Reply via email to