7 Replies Latest reply on Mar 26, 2010 8:35 AM by nickarls

    Automatic weld CRUD framework

    swd847
      I just had an idea, would it be possible to create a portable extension that automatically set up Home beans for all entity beans? e.g. If you have a Car and a Person entity, weld will automatically register an EntityHome<Car> and EntityHome<Person>, named carHome and personHome, with producer methods that produce Beans named car and person.

      Obviously you need some way to configure it, e.g. to allow for specialized  home classes for certain entities, but I think that this would be pretty cool.