I haven't got around to creating specific docs as of yet, but the porting of jboss-logging into solder is to easier support the i18n module in Seam in hooking into the processing that is already performed.<br><br>I'm looking to implement the ability to use i18n messages based on <a href="https://issues.jboss.org/browse/SEAMINTL-7">https://issues.jboss.org/browse/SEAMINTL-7</a>.� An example of which is:<br>
<br>@MessageBundle
<br>
public interface BookingStatusMessages
<br>
{
<br>
���@Message("You are booked to stay at the #{0} on {1,date}")
@StatusMessage(level = INFO, target = "messageWindow", during =
TransactionPhase.AFTER_SUCCESS) @Locale("en_US")
<br>
���String bookingConfirmed(Hotel hotel, Date date);
<br>
}<br><br>This would be an initial aim for Beta1, with additional functionality to enhance this for subsequent Betas.<br><br>Ken<br><br><br><br><div class="gmail_quote">On Wed, Jan 19, 2011 at 6:10 AM, Pete Muir <span dir="ltr"><<a href="mailto:pmuir@redhat.com">pmuir@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Any docs or examples to get an idea of API?<br>
<div><div></div><div class="h5"><br>
On 18 Jan 2011, at 23:29, Ken Finnigan wrote:<br>
<br>
> Here's the link to the incorporation of jboss-logging into solder: <a href="https://github.com/kenfinnigan/solder/tree/jboss-logging" target="_blank">https://github.com/kenfinnigan/solder/tree/jboss-logging</a><br>
><br>
> Appreciate any comments/feedback as still new at this.<br>
><br>
> If it's easier for it to be a pull request just let me know.<br>
><br>
> There will undoubtedly be a few additions to this once I work out how i18n module will look at the best location for some of these changes, solder or i18n.<br>
><br>
> Thanks<br>
> Ken<br>
><br>
> On Tue, Jan 18, 2011 at 5:59 PM, Dan Allen <<a href="mailto:dan.j.allen@gmail.com">dan.j.allen@gmail.com</a>> wrote:<br>
> As a team we need to review Ken's improvements and provide feedback because it's a critical piece of Seam, not to mention it's importance to the i18n API.<br>
><br>
> Ken, it would be best to post the branch where the changes live (sorry if I'm a step behind if you already have).<br>
><br>
> - Dan Allen<br>
><br>
> Sent from my Android-powered phone:<br>
> An open platform for carriers, consumers and developers<br>
><br>
> On Jan 18, 2011 3:30 PM, "Ken Finnigan" <<a href="mailto:ken@kenfinnigan.me">ken@kenfinnigan.me</a>> wrote:<br>
> > On Mon, Jan 17, 2011 at 7:09 PM, Dan Allen <<a href="mailto:dan.j.allen@gmail.com">dan.j.allen@gmail.com</a>> wrote:<br>
> ><br>
> >> On Mon, Jan 17, 2011 at 18:49, Jason Porter <<a href="http://lightguard.jp" target="_blank">lightguard.jp</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>>wrote:<br>
> >><br>
> >>> I need a Solder release (I'm working on switching to beans.xml), then<br>
> >>> I can release the alpha, and a beta quickly for Catch, or we could<br>
> >>> still keep it at alpha. Though because it's such an integrated piece<br>
> >>> ideally it should be beta.<br>
> >>><br>
> >>> I think we should all be using the next release of solder if we can<br>
> >>> make sure it works on Glassfish 3.0.1. I'll send a follow-up email<br>
> >>> with my latest exception.<br>
> >>><br>
> >><br>
> >> +1<br>
> >><br>
> >> Also, please use seam-parent 7 and seam-bom 3.0.0.b06...but stay tuned, I<br>
> >> may update to seam-parent 8 to pull in the Weld 1.1.0.Final.<br>
> >><br>
> >> -Dan<br>
> >><br>
> >> --<br>
> >> Dan Allen<br>
> >> Principal Software Engineer, Red Hat | Author of Seam in Action<br>
> >> Registered Linux User #231597<br>
> >><br>
> >> <a href="http://mojavelinux.com" target="_blank">http://mojavelinux.com</a><br>
> >> <a href="http://mojavelinux.com/seaminaction" target="_blank">http://mojavelinux.com/seaminaction</a><br>
> >> <a href="http://www.google.com/profiles/dan.j.allen" target="_blank">http://www.google.com/profiles/dan.j.allen</a><br>
> >><br>
> >> _______________________________________________<br>
> >> seam-dev mailing list<br>
> >> <a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
> >> <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
> >><br>
> >><br>
> > +1 to Solder release, especially after some logging/i18n changes have been<br>
> > incorporated from some work I've done with Dan.<br>
> ><br>
> > In terms of i18n, there are a couple of things I would like to get done for<br>
> > the first Beta, as it will likely change the API, that rely on the Solder<br>
> > changes. Not sure whether I will be able to get them all complete by<br>
> > Wed/Thu, though will see how I go tonight.<br>
> ><br>
> > Ken<br>
><br>
> _______________________________________________<br>
> seam-dev mailing list<br>
> <a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
> <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
<br>
</div></div></blockquote></div><br>