Yes.  Annotations are there to make it easier on developer by
minimizing inolvement with XML. But anything you do with annotations,
can be done with XML configuration wheather it's .page or .jwc file.

For example:

@InjectState("memberId")
public abstract Long getMemberId();

is the same as:

<inject property="memberId" type="state" object="memberId"/>

I would like to get back to my original question though... Can anyone help?

On 3/1/06, Wayland Chan <[EMAIL PROTECTED]> wrote:
> Dumb question but I keep seeing people refer to these Annotations in Tap4;
> is there an alternative for the users who don't have the option of using
> Java 1.5?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to