Re: wicket-like framework to complement wicket?

2008-09-08 Thread Fernando Wermus
I can send you the code when I have the time. Just tell me.

bye!

On Fri, Sep 5, 2008 at 7:56 AM, James Carman <[EMAIL PROTECTED]>wrote:

> Really?  Would it be easy to implement this interface:
>
>
> http://domdrides.sourceforge.net/domdrides-core/apidocs/org/domdrides/repository/Repository.html
>
> If so, I'd be interested in the code as another submodule to domdrides
> (we've got hibernate, jpa, and iBATIS right now).
>
> On Fri, Sep 5, 2008 at 1:49 AM, Fernando Wermus
> <[EMAIL PROTECTED]> wrote:
> > Francisco,
> >   I integrated db4o with wicket.
> >
> > bye!
> >
> > On Thu, Aug 21, 2008 at 9:25 AM, francisco treacy <
> > [EMAIL PROTECTED]> wrote:
> >
> >> sure!
> >> when i'm finished with neodatis integration, i'll open source the
> >> whole thing (really small though). we could then create a
> >> wicket-iolite archetype. i'll check if all the dependencies are
> >> available in public maven repos.
> >>
> >> i'll keep you updated. i'm looking for a name for this thing... have
> >> already 2 or 3 but suggestions are welcome :)
> >>
> >> francisco
> >>
> >>
> >>
> >> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
> >> <[EMAIL PROTECTED]> wrote:
> >> > Really great, now we just need it to get packed with Wicket iolite:)
> >> >
> >> > francisco treacy wrote:
> >> >>
> >> >> hi guys,
> >> >>
> >> >> i started to work on a little utility to glue some libraries that i
> >> >> already use with wicket. they became a standard stack when i develop
> >> >> applications: these are guice, salve, warp-persist and neodatis odb.
> >> >>
> >> >> this utility is meant to work with wicket, so i thought it would be
> >> >> nice to add some wicket-specific functionality like databinder does,
> >> >> for example.
> >> >>
> >> >> just a simple library to bootstrap with wicket, providing
> >> >> out-of-the-box dependency injection, transactions and persistence to
> >> >> your domain classes. i imagine neodatis could be easily replaced with
> >> >> any other database, thanks to warp-persist's pluggable persistence
> >> >> strategies.
> >> >>
> >> >> perhaps somebody else is using the same technologies and finds this
> >> >> idea worthwhile. more here:
> >> >>
> >> >>
> >>
> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
> >> >>
> >> >> let me know what you think -- even if it's complete nonsense :)
>  thanks!
> >> >>
> >> >> francisco
> >> >>
> >> >> -
> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >> >>
> >> >>
> >> >
> >> > --
> >> > -Wicket for love
> >> >
> >> > Nino Martinez Wael
> >> > Java Specialist @ Jayway DK
> >> > http://www.jayway.dk
> >> > +45 2936 7684
> >> >
> >> >
> >> > -
> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> > For additional commands, e-mail: [EMAIL PROTECTED]
> >> >
> >> >
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > --
> > Fernando Wermus.
> >
> > www.linkedin.com/in/fernandowermus
> > http://mientretiempo.blogspot.com/
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus
http://mientretiempo.blogspot.com/


Re: wicket-like framework to complement wicket?

2008-09-05 Thread Igor Vaynberg
GPL is very restrictive :)

-igor

On Fri, Sep 5, 2008 at 4:35 PM, Sam Stainsby
<[EMAIL PROTECTED]> wrote:
> On Fri, 05 Sep 2008 15:21:34 +0200, francisco treacy wrote:
>
>> good! but i personally restrain from using db4o as its license is quite
>> restrictive. that's why i'm supporting neodatis, which is slowly gaining
>> momentum.
>
>
> Isn't DB4O released under GPL, as well as a commercial license?
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: wicket-like framework to complement wicket?

2008-09-05 Thread Sam Stainsby
On Fri, 05 Sep 2008 15:21:34 +0200, francisco treacy wrote:

> good! but i personally restrain from using db4o as its license is quite
> restrictive. that's why i'm supporting neodatis, which is slowly gaining
> momentum.


Isn't DB4O released under GPL, as well as a commercial license?


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



Re: wicket-like framework to complement wicket?

2008-09-05 Thread francisco treacy
fernando,

good! but i personally restrain from using db4o as its license is
quite restrictive. that's why i'm supporting neodatis, which is slowly
gaining momentum.

is your code available? how are you handling transactions? how do you
get references to ObjectContainers in your wicket pages?

chau che

francisco


On Fri, Sep 5, 2008 at 7:49 AM, Fernando Wermus
<[EMAIL PROTECTED]> wrote:
> Francisco,
>   I integrated db4o with wicket.
>
> bye!
>
> On Thu, Aug 21, 2008 at 9:25 AM, francisco treacy <
> [EMAIL PROTECTED]> wrote:
>
>> sure!
>> when i'm finished with neodatis integration, i'll open source the
>> whole thing (really small though). we could then create a
>> wicket-iolite archetype. i'll check if all the dependencies are
>> available in public maven repos.
>>
>> i'll keep you updated. i'm looking for a name for this thing... have
>> already 2 or 3 but suggestions are welcome :)
>>
>> francisco
>>
>>
>>
>> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
>> <[EMAIL PROTECTED]> wrote:
>> > Really great, now we just need it to get packed with Wicket iolite:)
>> >
>> > francisco treacy wrote:
>> >>
>> >> hi guys,
>> >>
>> >> i started to work on a little utility to glue some libraries that i
>> >> already use with wicket. they became a standard stack when i develop
>> >> applications: these are guice, salve, warp-persist and neodatis odb.
>> >>
>> >> this utility is meant to work with wicket, so i thought it would be
>> >> nice to add some wicket-specific functionality like databinder does,
>> >> for example.
>> >>
>> >> just a simple library to bootstrap with wicket, providing
>> >> out-of-the-box dependency injection, transactions and persistence to
>> >> your domain classes. i imagine neodatis could be easily replaced with
>> >> any other database, thanks to warp-persist's pluggable persistence
>> >> strategies.
>> >>
>> >> perhaps somebody else is using the same technologies and finds this
>> >> idea worthwhile. more here:
>> >>
>> >>
>> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
>> >>
>> >> let me know what you think -- even if it's complete nonsense :)  thanks!
>> >>
>> >> francisco
>> >>
>> >> -
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> > --
>> > -Wicket for love
>> >
>> > Nino Martinez Wael
>> > Java Specialist @ Jayway DK
>> > http://www.jayway.dk
>> > +45 2936 7684
>> >
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Fernando Wermus.
>
> www.linkedin.com/in/fernandowermus
> http://mientretiempo.blogspot.com/
>

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



Re: wicket-like framework to complement wicket?

2008-09-05 Thread francisco treacy
first off, i admit i didn't know too much about domdrides.

so it seems i was talking about the "entity" part. e.g. extend
UuidEntity in your domain, that is orthogonal to gluw. concerning
domdrides repository approach, as a quick idea i can imagine
implementing gluw in an adapter pattern manner. not sure about generic
params though.

/**
* A Gluw-based implementation of a person repository.
*/
public class GluwPersonRepository extends
GluwRepository implements PersonRepository
 {
public GluwPersonRepository()
{
  super(Person.class);
}
}

public abstract class GluwRepository, IdType extends Serializable> extends
gluw.repo.RepositoryImpl implements
Repository
 {

protected HibernateRepository(Class entityClass)
 {
  super(entityClass); // will have to change constructor's package scope
 }


 // adapt existing methods signatures to super methods

 // new methods such as contains() not found in gluw.repo.Repository,
implement by calling getDB() which provides an instance of ODB
(neodatis)
 // - analogous to spring's HibernateDaoSupport

}

note you won't be taking advantage of the ootb
gluw.repo.Repository if you use domdrides approach
(obviously). do you think integration is feasible?

francisco

ps: i should re-examine the way i'm handling getById(Serializable id).
as i don't force the end user to extend any particular domain base
class, i use a "string"/reflection-style ODB query -- which can cause
trouble if the id field is not present. will have to evaluate
tradeoffs of both approaches

On Fri, Sep 5, 2008 at 12:56 PM, James Carman
<[EMAIL PROTECTED]> wrote:
> Really?  Would it be easy to implement this interface:
>
> http://domdrides.sourceforge.net/domdrides-core/apidocs/org/domdrides/repository/Repository.html
>
> If so, I'd be interested in the code as another submodule to domdrides
> (we've got hibernate, jpa, and iBATIS right now).
>
> On Fri, Sep 5, 2008 at 1:49 AM, Fernando Wermus
> <[EMAIL PROTECTED]> wrote:
>> Francisco,
>>   I integrated db4o with wicket.
>>
>> bye!
>>
>> On Thu, Aug 21, 2008 at 9:25 AM, francisco treacy <
>> [EMAIL PROTECTED]> wrote:
>>
>>> sure!
>>> when i'm finished with neodatis integration, i'll open source the
>>> whole thing (really small though). we could then create a
>>> wicket-iolite archetype. i'll check if all the dependencies are
>>> available in public maven repos.
>>>
>>> i'll keep you updated. i'm looking for a name for this thing... have
>>> already 2 or 3 but suggestions are welcome :)
>>>
>>> francisco
>>>
>>>
>>>
>>> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
>>> <[EMAIL PROTECTED]> wrote:
>>> > Really great, now we just need it to get packed with Wicket iolite:)
>>> >
>>> > francisco treacy wrote:
>>> >>
>>> >> hi guys,
>>> >>
>>> >> i started to work on a little utility to glue some libraries that i
>>> >> already use with wicket. they became a standard stack when i develop
>>> >> applications: these are guice, salve, warp-persist and neodatis odb.
>>> >>
>>> >> this utility is meant to work with wicket, so i thought it would be
>>> >> nice to add some wicket-specific functionality like databinder does,
>>> >> for example.
>>> >>
>>> >> just a simple library to bootstrap with wicket, providing
>>> >> out-of-the-box dependency injection, transactions and persistence to
>>> >> your domain classes. i imagine neodatis could be easily replaced with
>>> >> any other database, thanks to warp-persist's pluggable persistence
>>> >> strategies.
>>> >>
>>> >> perhaps somebody else is using the same technologies and finds this
>>> >> idea worthwhile. more here:
>>> >>
>>> >>
>>> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
>>> >>
>>> >> let me know what you think -- even if it's complete nonsense :)  thanks!
>>> >>
>>> >> francisco
>>> >>
>>> >> -
>>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>>> >>
>>> >>
>>> >
>>> > --
>>> > -Wicket for love
>>> >
>>> 

Re: wicket-like framework to complement wicket?

2008-09-05 Thread James Carman
Really?  Would it be easy to implement this interface:

http://domdrides.sourceforge.net/domdrides-core/apidocs/org/domdrides/repository/Repository.html

If so, I'd be interested in the code as another submodule to domdrides
(we've got hibernate, jpa, and iBATIS right now).

On Fri, Sep 5, 2008 at 1:49 AM, Fernando Wermus
<[EMAIL PROTECTED]> wrote:
> Francisco,
>   I integrated db4o with wicket.
>
> bye!
>
> On Thu, Aug 21, 2008 at 9:25 AM, francisco treacy <
> [EMAIL PROTECTED]> wrote:
>
>> sure!
>> when i'm finished with neodatis integration, i'll open source the
>> whole thing (really small though). we could then create a
>> wicket-iolite archetype. i'll check if all the dependencies are
>> available in public maven repos.
>>
>> i'll keep you updated. i'm looking for a name for this thing... have
>> already 2 or 3 but suggestions are welcome :)
>>
>> francisco
>>
>>
>>
>> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
>> <[EMAIL PROTECTED]> wrote:
>> > Really great, now we just need it to get packed with Wicket iolite:)
>> >
>> > francisco treacy wrote:
>> >>
>> >> hi guys,
>> >>
>> >> i started to work on a little utility to glue some libraries that i
>> >> already use with wicket. they became a standard stack when i develop
>> >> applications: these are guice, salve, warp-persist and neodatis odb.
>> >>
>> >> this utility is meant to work with wicket, so i thought it would be
>> >> nice to add some wicket-specific functionality like databinder does,
>> >> for example.
>> >>
>> >> just a simple library to bootstrap with wicket, providing
>> >> out-of-the-box dependency injection, transactions and persistence to
>> >> your domain classes. i imagine neodatis could be easily replaced with
>> >> any other database, thanks to warp-persist's pluggable persistence
>> >> strategies.
>> >>
>> >> perhaps somebody else is using the same technologies and finds this
>> >> idea worthwhile. more here:
>> >>
>> >>
>> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
>> >>
>> >> let me know what you think -- even if it's complete nonsense :)  thanks!
>> >>
>> >> francisco
>> >>
>> >> -
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> > --
>> > -Wicket for love
>> >
>> > Nino Martinez Wael
>> > Java Specialist @ Jayway DK
>> > http://www.jayway.dk
>> > +45 2936 7684
>> >
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Fernando Wermus.
>
> www.linkedin.com/in/fernandowermus
> http://mientretiempo.blogspot.com/
>

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



Re: wicket-like framework to complement wicket?

2008-09-04 Thread Fernando Wermus
Francisco,
   I integrated db4o with wicket.

bye!

On Thu, Aug 21, 2008 at 9:25 AM, francisco treacy <
[EMAIL PROTECTED]> wrote:

> sure!
> when i'm finished with neodatis integration, i'll open source the
> whole thing (really small though). we could then create a
> wicket-iolite archetype. i'll check if all the dependencies are
> available in public maven repos.
>
> i'll keep you updated. i'm looking for a name for this thing... have
> already 2 or 3 but suggestions are welcome :)
>
> francisco
>
>
>
> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
> <[EMAIL PROTECTED]> wrote:
> > Really great, now we just need it to get packed with Wicket iolite:)
> >
> > francisco treacy wrote:
> >>
> >> hi guys,
> >>
> >> i started to work on a little utility to glue some libraries that i
> >> already use with wicket. they became a standard stack when i develop
> >> applications: these are guice, salve, warp-persist and neodatis odb.
> >>
> >> this utility is meant to work with wicket, so i thought it would be
> >> nice to add some wicket-specific functionality like databinder does,
> >> for example.
> >>
> >> just a simple library to bootstrap with wicket, providing
> >> out-of-the-box dependency injection, transactions and persistence to
> >> your domain classes. i imagine neodatis could be easily replaced with
> >> any other database, thanks to warp-persist's pluggable persistence
> >> strategies.
> >>
> >> perhaps somebody else is using the same technologies and finds this
> >> idea worthwhile. more here:
> >>
> >>
> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
> >>
> >> let me know what you think -- even if it's complete nonsense :)  thanks!
> >>
> >> francisco
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> > --
> > -Wicket for love
> >
> > Nino Martinez Wael
> > Java Specialist @ Jayway DK
> > http://www.jayway.dk
> > +45 2936 7684
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus
http://mientretiempo.blogspot.com/


Re: wicket-like framework to complement wicket?

2008-09-04 Thread francisco treacy
great names pop to my mind now:(
>>>>>
>>>>> francisco treacy wrote:
>>>>>
>>>>>>
>>>>>> sure!
>>>>>> when i'm finished with neodatis integration, i'll open source the
>>>>>> whole thing (really small though). we could then create a
>>>>>> wicket-iolite archetype. i'll check if all the dependencies are
>>>>>> available in public maven repos.
>>>>>>
>>>>>> i'll keep you updated. i'm looking for a name for this thing... have
>>>>>> already 2 or 3 but suggestions are welcome :)
>>>>>>
>>>>>> francisco
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
>>>>>> <[EMAIL PROTECTED]> wrote:
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> Really great, now we just need it to get packed with Wicket iolite:)
>>>>>>>
>>>>>>> francisco treacy wrote:
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> hi guys,
>>>>>>>>
>>>>>>>> i started to work on a little utility to glue some libraries that i
>>>>>>>> already use with wicket. they became a standard stack when i develop
>>>>>>>> applications: these are guice, salve, warp-persist and neodatis odb.
>>>>>>>>
>>>>>>>> this utility is meant to work with wicket, so i thought it would be
>>>>>>>> nice to add some wicket-specific functionality like databinder does,
>>>>>>>> for example.
>>>>>>>>
>>>>>>>> just a simple library to bootstrap with wicket, providing
>>>>>>>> out-of-the-box dependency injection, transactions and persistence to
>>>>>>>> your domain classes. i imagine neodatis could be easily replaced with
>>>>>>>> any other database, thanks to warp-persist's pluggable persistence
>>>>>>>> strategies.
>>>>>>>>
>>>>>>>> perhaps somebody else is using the same technologies and finds this
>>>>>>>> idea worthwhile. more here:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
>>>>>>>>
>>>>>>>> let me know what you think -- even if it's complete nonsense :)
>>>>>>>>  thanks!
>>>>>>>>
>>>>>>>> francisco
>>>>>>>>
>>>>>>>> -
>>>>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> -Wicket for love
>>>>>>>
>>>>>>> Nino Martinez Wael
>>>>>>> Java Specialist @ Jayway DK
>>>>>>> http://www.jayway.dk
>>>>>>> +45 2936 7684
>>>>>>>
>>>>>>>
>>>>>>> -
>>>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> -
>>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> -Wicket for love
>>>>>
>>>>> Nino Martinez Wael
>>>>> Java Specialist @ Jayway DK
>>>>> http://www.jayway.dk
>>>>> +45 2936 7684
>>>>>
>>>>>
>>>>> -
>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>>
>>>>>
>>>>>
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>> --
>> -Wicket for love
>>
>> Nino Martinez Wael
>> Java Specialist @ Jayway DK
>> http://www.jayway.dk
>> +45 2936 7684
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: wicket-like framework to complement wicket?

2008-09-04 Thread Nino Saturnino Martinez Vazquez Wael



James Carman wrote:

We really should try to get a common project put together for this
stuff.

+1 , just not sure how...

  I'm also working on something like this that is based on my
domdrides library.  It's called "wicketopia" and you can find it at:
  

yeah i think this might be the iolite killer:)

http://wicketopia.sourceforge.net

It has minimal functionality right now, but soon it will have:

1.  Maven goals to generate "scaffold"-like structures (a la RoR)
2.  Fully functional archetypes for Hibernate, JPA, and iBATIS which
have a scaffold set up for an imaginary domain class (Widget
currently).
3.  Automatic (fully customizable) form generation.  The metadata
layer will allow you to plugin your own "decorators" so you can get
your metadata from wherever you want (annotations, xml, hibernate
metadata, etc.).  Wicketopia will provide some useful standard
implementations of course.
4.  Components used by the form generation component that you can use
in your own hand-coded forms (like property labels and property
editors).
5.  Editor registry functionality.  So, if you don't like the editor
that's used to edit stuff (like dates perhaps), then you can register
your own!

That's what I've got off the top of my head.

On Thu, Sep 4, 2008 at 1:49 PM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
  

francisco treacy wrote:


without bells and whistles, i'd like to announce the availability of
gluw, a utility library to "glue" wicket together with a persistence
stack (guice+salve+warp+neodatis odb).

http://code.google.com/p/gluw/

the idea is to allow for rapid prototype development in a DDD fashion,
because after setup you should be able to get going really fast.

i tested it in two or three of my projects and it seems to work fine
(also with wicket quickstart - no probs so far). if you're willing to
give it a shot let me know your impressions. i must say that it is
quite experimental for the moment -- mainly because of neodatis object
database integration.

nino, do you still think we could make this fit in wicket-iolite or
some other sort of maven archetype?
  

Yes defiantly. The idea with Iolite are that it somehow should encapsule an
embrella of different approaches, and gluw are defiantly one..


 (btw, sorry guys, i'll be
mavenizing the project soon; there are perhaps too many libraries to
handle manually).

francisco


On Fri, Aug 22, 2008 at 1:32 PM, francisco treacy
<[EMAIL PROTECTED]> wrote:

  

i opened up a googlecode account, where i'll be hosting the project. i
need to write some more tests, sort out a configuration issue and
polish it up. then i will do the first commit.

btw i chose a random name: gluw (pronunced 'glue' and meaning sth like
"glue for wicket") because it's all about that :)
http://code.google.com/p/gluw/ , there's no code available yet though.

i'll keep you updated. cheers,

francisco


On Fri, Aug 22, 2008 at 8:48 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:



Great:)

No great names pop to my mind now:(

francisco treacy wrote:

  

sure!
when i'm finished with neodatis integration, i'll open source the
whole thing (really small though). we could then create a
wicket-iolite archetype. i'll check if all the dependencies are
available in public maven repos.

i'll keep you updated. i'm looking for a name for this thing... have
already 2 or 3 but suggestions are welcome :)

francisco



On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:




Really great, now we just need it to get packed with Wicket iolite:)

francisco treacy wrote:


  

hi guys,

i started to work on a little utility to glue some libraries that i
already use with wicket. they became a standard stack when i develop
applications: these are guice, salve, warp-persist and neodatis odb.

this utility is meant to work with wicket, so i thought it would be
nice to add some wicket-specific functionality like databinder does,
for example.

just a simple library to bootstrap with wicket, providing
out-of-the-box dependency injection, transactions and persistence to
your domain classes. i imagine neodatis could be easily replaced with
any other database, thanks to warp-persist's pluggable persistence
strategies.

perhaps somebody else is using the same technologies and finds this
idea worthwhile. more here:



http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/

let me know what you think -- even if it's complete nonsense :)
 thanks!

francisco

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






--
-Wicket for love

Nino Marti

Re: wicket-like framework to complement wicket?

2008-09-04 Thread James Carman
We really should try to get a common project put together for this
stuff.  I'm also working on something like this that is based on my
domdrides library.  It's called "wicketopia" and you can find it at:

http://wicketopia.sourceforge.net

It has minimal functionality right now, but soon it will have:

1.  Maven goals to generate "scaffold"-like structures (a la RoR)
2.  Fully functional archetypes for Hibernate, JPA, and iBATIS which
have a scaffold set up for an imaginary domain class (Widget
currently).
3.  Automatic (fully customizable) form generation.  The metadata
layer will allow you to plugin your own "decorators" so you can get
your metadata from wherever you want (annotations, xml, hibernate
metadata, etc.).  Wicketopia will provide some useful standard
implementations of course.
4.  Components used by the form generation component that you can use
in your own hand-coded forms (like property labels and property
editors).
5.  Editor registry functionality.  So, if you don't like the editor
that's used to edit stuff (like dates perhaps), then you can register
your own!

That's what I've got off the top of my head.

On Thu, Sep 4, 2008 at 1:49 PM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
>
>
> francisco treacy wrote:
>>
>> without bells and whistles, i'd like to announce the availability of
>> gluw, a utility library to "glue" wicket together with a persistence
>> stack (guice+salve+warp+neodatis odb).
>>
>> http://code.google.com/p/gluw/
>>
>> the idea is to allow for rapid prototype development in a DDD fashion,
>> because after setup you should be able to get going really fast.
>>
>> i tested it in two or three of my projects and it seems to work fine
>> (also with wicket quickstart - no probs so far). if you're willing to
>> give it a shot let me know your impressions. i must say that it is
>> quite experimental for the moment -- mainly because of neodatis object
>> database integration.
>>
>> nino, do you still think we could make this fit in wicket-iolite or
>> some other sort of maven archetype?
>
> Yes defiantly. The idea with Iolite are that it somehow should encapsule an
> embrella of different approaches, and gluw are defiantly one..
>>
>>  (btw, sorry guys, i'll be
>> mavenizing the project soon; there are perhaps too many libraries to
>> handle manually).
>>
>> francisco
>>
>>
>> On Fri, Aug 22, 2008 at 1:32 PM, francisco treacy
>> <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> i opened up a googlecode account, where i'll be hosting the project. i
>>> need to write some more tests, sort out a configuration issue and
>>> polish it up. then i will do the first commit.
>>>
>>> btw i chose a random name: gluw (pronunced 'glue' and meaning sth like
>>> "glue for wicket") because it's all about that :)
>>> http://code.google.com/p/gluw/ , there's no code available yet though.
>>>
>>> i'll keep you updated. cheers,
>>>
>>> francisco
>>>
>>>
>>> On Fri, Aug 22, 2008 at 8:48 AM, Nino Saturnino Martinez Vazquez Wael
>>> <[EMAIL PROTECTED]> wrote:
>>>
>>>>
>>>> Great:)
>>>>
>>>> No great names pop to my mind now:(
>>>>
>>>> francisco treacy wrote:
>>>>
>>>>>
>>>>> sure!
>>>>> when i'm finished with neodatis integration, i'll open source the
>>>>> whole thing (really small though). we could then create a
>>>>> wicket-iolite archetype. i'll check if all the dependencies are
>>>>> available in public maven repos.
>>>>>
>>>>> i'll keep you updated. i'm looking for a name for this thing... have
>>>>> already 2 or 3 but suggestions are welcome :)
>>>>>
>>>>> francisco
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
>>>>> <[EMAIL PROTECTED]> wrote:
>>>>>
>>>>>
>>>>>>
>>>>>> Really great, now we just need it to get packed with Wicket iolite:)
>>>>>>
>>>>>> francisco treacy wrote:
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> hi guys,
>>>>>>>
>>>>>>> i started to wo

Re: wicket-like framework to complement wicket?

2008-09-04 Thread Nino Saturnino Martinez Vazquez Wael



francisco treacy wrote:

without bells and whistles, i'd like to announce the availability of
gluw, a utility library to "glue" wicket together with a persistence
stack (guice+salve+warp+neodatis odb).

http://code.google.com/p/gluw/

the idea is to allow for rapid prototype development in a DDD fashion,
because after setup you should be able to get going really fast.

i tested it in two or three of my projects and it seems to work fine
(also with wicket quickstart - no probs so far). if you're willing to
give it a shot let me know your impressions. i must say that it is
quite experimental for the moment -- mainly because of neodatis object
database integration.

nino, do you still think we could make this fit in wicket-iolite or
some other sort of maven archetype?
Yes defiantly. The idea with Iolite are that it somehow should encapsule 
an embrella of different approaches, and gluw are defiantly one..

 (btw, sorry guys, i'll be
mavenizing the project soon; there are perhaps too many libraries to
handle manually).

francisco


On Fri, Aug 22, 2008 at 1:32 PM, francisco treacy
<[EMAIL PROTECTED]> wrote:
  

i opened up a googlecode account, where i'll be hosting the project. i
need to write some more tests, sort out a configuration issue and
polish it up. then i will do the first commit.

btw i chose a random name: gluw (pronunced 'glue' and meaning sth like
"glue for wicket") because it's all about that :)
http://code.google.com/p/gluw/ , there's no code available yet though.

i'll keep you updated. cheers,

francisco


On Fri, Aug 22, 2008 at 8:48 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:


Great:)

No great names pop to my mind now:(

francisco treacy wrote:
  

sure!
when i'm finished with neodatis integration, i'll open source the
whole thing (really small though). we could then create a
wicket-iolite archetype. i'll check if all the dependencies are
available in public maven repos.

i'll keep you updated. i'm looking for a name for this thing... have
already 2 or 3 but suggestions are welcome :)

francisco



On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:



Really great, now we just need it to get packed with Wicket iolite:)

francisco treacy wrote:

  

hi guys,

i started to work on a little utility to glue some libraries that i
already use with wicket. they became a standard stack when i develop
applications: these are guice, salve, warp-persist and neodatis odb.

this utility is meant to work with wicket, so i thought it would be
nice to add some wicket-specific functionality like databinder does,
for example.

just a simple library to bootstrap with wicket, providing
out-of-the-box dependency injection, transactions and persistence to
your domain classes. i imagine neodatis could be easily replaced with
any other database, thanks to warp-persist's pluggable persistence
strategies.

perhaps somebody else is using the same technologies and finds this
idea worthwhile. more here:


http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/

let me know what you think -- even if it's complete nonsense :)  thanks!

francisco

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





--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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



  

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




--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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


  


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

  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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



Re: wicket-like framework to complement wicket?

2008-09-03 Thread francisco treacy
without bells and whistles, i'd like to announce the availability of
gluw, a utility library to "glue" wicket together with a persistence
stack (guice+salve+warp+neodatis odb).

http://code.google.com/p/gluw/

the idea is to allow for rapid prototype development in a DDD fashion,
because after setup you should be able to get going really fast.

i tested it in two or three of my projects and it seems to work fine
(also with wicket quickstart - no probs so far). if you're willing to
give it a shot let me know your impressions. i must say that it is
quite experimental for the moment -- mainly because of neodatis object
database integration.

nino, do you still think we could make this fit in wicket-iolite or
some other sort of maven archetype? (btw, sorry guys, i'll be
mavenizing the project soon; there are perhaps too many libraries to
handle manually).

francisco


On Fri, Aug 22, 2008 at 1:32 PM, francisco treacy
<[EMAIL PROTECTED]> wrote:
> i opened up a googlecode account, where i'll be hosting the project. i
> need to write some more tests, sort out a configuration issue and
> polish it up. then i will do the first commit.
>
> btw i chose a random name: gluw (pronunced 'glue' and meaning sth like
> "glue for wicket") because it's all about that :)
> http://code.google.com/p/gluw/ , there's no code available yet though.
>
> i'll keep you updated. cheers,
>
> francisco
>
>
> On Fri, Aug 22, 2008 at 8:48 AM, Nino Saturnino Martinez Vazquez Wael
> <[EMAIL PROTECTED]> wrote:
>> Great:)
>>
>> No great names pop to my mind now:(
>>
>> francisco treacy wrote:
>>>
>>> sure!
>>> when i'm finished with neodatis integration, i'll open source the
>>> whole thing (really small though). we could then create a
>>> wicket-iolite archetype. i'll check if all the dependencies are
>>> available in public maven repos.
>>>
>>> i'll keep you updated. i'm looking for a name for this thing... have
>>> already 2 or 3 but suggestions are welcome :)
>>>
>>> francisco
>>>
>>>
>>>
>>> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
>>> <[EMAIL PROTECTED]> wrote:
>>>
>>>>
>>>> Really great, now we just need it to get packed with Wicket iolite:)
>>>>
>>>> francisco treacy wrote:
>>>>
>>>>>
>>>>> hi guys,
>>>>>
>>>>> i started to work on a little utility to glue some libraries that i
>>>>> already use with wicket. they became a standard stack when i develop
>>>>> applications: these are guice, salve, warp-persist and neodatis odb.
>>>>>
>>>>> this utility is meant to work with wicket, so i thought it would be
>>>>> nice to add some wicket-specific functionality like databinder does,
>>>>> for example.
>>>>>
>>>>> just a simple library to bootstrap with wicket, providing
>>>>> out-of-the-box dependency injection, transactions and persistence to
>>>>> your domain classes. i imagine neodatis could be easily replaced with
>>>>> any other database, thanks to warp-persist's pluggable persistence
>>>>> strategies.
>>>>>
>>>>> perhaps somebody else is using the same technologies and finds this
>>>>> idea worthwhile. more here:
>>>>>
>>>>>
>>>>> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
>>>>>
>>>>> let me know what you think -- even if it's complete nonsense :)  thanks!
>>>>>
>>>>> francisco
>>>>>
>>>>> -
>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> -Wicket for love
>>>>
>>>> Nino Martinez Wael
>>>> Java Specialist @ Jayway DK
>>>> http://www.jayway.dk
>>>> +45 2936 7684
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>>
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>> --
>> -Wicket for love
>>
>> Nino Martinez Wael
>> Java Specialist @ Jayway DK
>> http://www.jayway.dk
>> +45 2936 7684
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>

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



Re: wicket-like framework to complement wicket?

2008-08-22 Thread francisco treacy
i opened up a googlecode account, where i'll be hosting the project. i
need to write some more tests, sort out a configuration issue and
polish it up. then i will do the first commit.

btw i chose a random name: gluw (pronunced 'glue' and meaning sth like
"glue for wicket") because it's all about that :)
http://code.google.com/p/gluw/ , there's no code available yet though.

i'll keep you updated. cheers,

francisco


On Fri, Aug 22, 2008 at 8:48 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> Great:)
>
> No great names pop to my mind now:(
>
> francisco treacy wrote:
>>
>> sure!
>> when i'm finished with neodatis integration, i'll open source the
>> whole thing (really small though). we could then create a
>> wicket-iolite archetype. i'll check if all the dependencies are
>> available in public maven repos.
>>
>> i'll keep you updated. i'm looking for a name for this thing... have
>> already 2 or 3 but suggestions are welcome :)
>>
>> francisco
>>
>>
>>
>> On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
>> <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> Really great, now we just need it to get packed with Wicket iolite:)
>>>
>>> francisco treacy wrote:
>>>
>>>>
>>>> hi guys,
>>>>
>>>> i started to work on a little utility to glue some libraries that i
>>>> already use with wicket. they became a standard stack when i develop
>>>> applications: these are guice, salve, warp-persist and neodatis odb.
>>>>
>>>> this utility is meant to work with wicket, so i thought it would be
>>>> nice to add some wicket-specific functionality like databinder does,
>>>> for example.
>>>>
>>>> just a simple library to bootstrap with wicket, providing
>>>> out-of-the-box dependency injection, transactions and persistence to
>>>> your domain classes. i imagine neodatis could be easily replaced with
>>>> any other database, thanks to warp-persist's pluggable persistence
>>>> strategies.
>>>>
>>>> perhaps somebody else is using the same technologies and finds this
>>>> idea worthwhile. more here:
>>>>
>>>>
>>>> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
>>>>
>>>> let me know what you think -- even if it's complete nonsense :)  thanks!
>>>>
>>>> francisco
>>>>
>>>> -
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>>
>>>
>>> --
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: wicket-like framework to complement wicket?

2008-08-21 Thread Nino Saturnino Martinez Vazquez Wael

Great:)

No great names pop to my mind now:(

francisco treacy wrote:

sure!
when i'm finished with neodatis integration, i'll open source the
whole thing (really small though). we could then create a
wicket-iolite archetype. i'll check if all the dependencies are
available in public maven repos.

i'll keep you updated. i'm looking for a name for this thing... have
already 2 or 3 but suggestions are welcome :)

francisco



On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
  

Really great, now we just need it to get packed with Wicket iolite:)

francisco treacy wrote:


hi guys,

i started to work on a little utility to glue some libraries that i
already use with wicket. they became a standard stack when i develop
applications: these are guice, salve, warp-persist and neodatis odb.

this utility is meant to work with wicket, so i thought it would be
nice to add some wicket-specific functionality like databinder does,
for example.

just a simple library to bootstrap with wicket, providing
out-of-the-box dependency injection, transactions and persistence to
your domain classes. i imagine neodatis could be easily replaced with
any other database, thanks to warp-persist's pluggable persistence
strategies.

perhaps somebody else is using the same technologies and finds this
idea worthwhile. more here:

http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/

let me know what you think -- even if it's complete nonsense :)  thanks!

francisco

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


  

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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





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

  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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



Re: wicket-like framework to complement wicket?

2008-08-21 Thread francisco treacy
sure!
when i'm finished with neodatis integration, i'll open source the
whole thing (really small though). we could then create a
wicket-iolite archetype. i'll check if all the dependencies are
available in public maven repos.

i'll keep you updated. i'm looking for a name for this thing... have
already 2 or 3 but suggestions are welcome :)

francisco



On Thu, Aug 21, 2008 at 1:54 AM, Nino Saturnino Martinez Vazquez Wael
<[EMAIL PROTECTED]> wrote:
> Really great, now we just need it to get packed with Wicket iolite:)
>
> francisco treacy wrote:
>>
>> hi guys,
>>
>> i started to work on a little utility to glue some libraries that i
>> already use with wicket. they became a standard stack when i develop
>> applications: these are guice, salve, warp-persist and neodatis odb.
>>
>> this utility is meant to work with wicket, so i thought it would be
>> nice to add some wicket-specific functionality like databinder does,
>> for example.
>>
>> just a simple library to bootstrap with wicket, providing
>> out-of-the-box dependency injection, transactions and persistence to
>> your domain classes. i imagine neodatis could be easily replaced with
>> any other database, thanks to warp-persist's pluggable persistence
>> strategies.
>>
>> perhaps somebody else is using the same technologies and finds this
>> idea worthwhile. more here:
>>
>> http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/
>>
>> let me know what you think -- even if it's complete nonsense :)  thanks!
>>
>> francisco
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: wicket-like framework to complement wicket?

2008-08-20 Thread Nino Saturnino Martinez Vazquez Wael

Really great, now we just need it to get packed with Wicket iolite:)

francisco treacy wrote:

hi guys,

i started to work on a little utility to glue some libraries that i
already use with wicket. they became a standard stack when i develop
applications: these are guice, salve, warp-persist and neodatis odb.

this utility is meant to work with wicket, so i thought it would be
nice to add some wicket-specific functionality like databinder does,
for example.

just a simple library to bootstrap with wicket, providing
out-of-the-box dependency injection, transactions and persistence to
your domain classes. i imagine neodatis could be easily replaced with
any other database, thanks to warp-persist's pluggable persistence
strategies.

perhaps somebody else is using the same technologies and finds this
idea worthwhile. more here:
http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/

let me know what you think -- even if it's complete nonsense :)  thanks!

francisco

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

  


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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



wicket-like framework to complement wicket?

2008-08-20 Thread francisco treacy
hi guys,

i started to work on a little utility to glue some libraries that i
already use with wicket. they became a standard stack when i develop
applications: these are guice, salve, warp-persist and neodatis odb.

this utility is meant to work with wicket, so i thought it would be
nice to add some wicket-specific functionality like databinder does,
for example.

just a simple library to bootstrap with wicket, providing
out-of-the-box dependency injection, transactions and persistence to
your domain classes. i imagine neodatis could be easily replaced with
any other database, thanks to warp-persist's pluggable persistence
strategies.

perhaps somebody else is using the same technologies and finds this
idea worthwhile. more here:
http://blog.zoptio.net/2008/08/21/wicket-like-framework-to-complement-wicket/

let me know what you think -- even if it's complete nonsense :)  thanks!

francisco

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