I've got a lot of the Swing stuff done (I think). I'm able to load in
this type of XML model for the node now:
<?xml version="1.0" encoding="utf-8"?>
<driver project-version="1.2" class="com.mysql.jdbc.Driver">
<url value="jdbc:mysql://localhost:3306/mrg?autoReconnect=true"/>
<connectionPool min="1" max="1" />
<login userName="root" password="sbbone" encoderSalt="foo"
encoderClass="org.objectstyle.cayenne.conf.Rot13PasswordEncoder"
passwordLocation="" passwordSource="model" />
</driver>
Still more work to be done, but getting closer.
/dev/mrg
On 11/20/06, Michael Gentry <blacknex..mail.com> wrote:
> I was thinking of separating them at one point, but it is kind of all
> integrated. I'm open to suggestions to layout/etc, though. I did put
> all the new stuff after the original stuff (except min/max
> connections) to try and make it clearer, but it can probably be
> improved upon. At the moment, I'm more interested in getting it all
> working than making it prettier. I'm also planning on making the
> current XML auto-upgrade. If the new fields are missing, it'll assume
> an old model and use the current Cayenne method (plain text stored in
> the model). If I knew Swing, I might've finished by now. :-)
>
> Thanks,
>
> /dev/mrg
>
>
> On 11/20/06, Andrus Adamchik <andru..bjectstyle.org> wrote:
> > Looks great to me. My only suggestion would be to try to separate
> > password encoding fields in a separate visual group so that users who
> > do not change the defaults are not overwhelmed with information. We
> > can play with layouts after this functionality is added though.
> >
> > Andrus
> >
> >
> > On Nov 20, 2006, at 9:17 AM, Michael Gentry wrote:
> >
> > > If anyone has time ...
> > >
> > > http://cwiki.apache.org/confluence/display/CAY/Password+Encoding
> > >
> > > Feedback welcome. Thanks!
> > >
> > > /dev/mrg
> > >
> >
> >
>
This archive was generated by hypermail 2.0.0 : Wed Nov 22 2006 - 13:27:18 EST