POJO « Core « Spring Q&A





1. Adding attributes to a POJO    forum.springsource.org

HI I have a POJO class called Person. It has attributes: name and height. I'd like to add a few more such as nationality and age. But I'd like to do ...

2. Non persistent pojo    forum.springsource.org

Non persistent pojo Hi everyone. I've one question for you. In my application I have an Instrument entity which have @OneToMany relation with CalibrationProgram, where I store the periodicity of each ...

3. Best way to populate pojo lists    forum.springsource.org

Best way to populate pojo lists Hello!! I am doing a Wizard Controller to populate a sw Use Case pojo. This use case has some lists like Actors (name + description), ...

4. POJO on Client    forum.springsource.org

POJO on Client I encurred in this problem...i use Hibernate as ORM and Spring for Glue between this and other business layer and for aop feature.. The problem is on the ...

5. A real POJO based web framework...    forum.springsource.org

Sep 14th, 2005, 07:57 AM #1 psccristian View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 9 A real POJO based web framework... Hi everyone! I'm ...

6. Replacing getCallerPrincipal with POJO call    forum.springsource.org

Hi, I am thinking of ditching my session beans in replace of business POJOs and springs session management but the only obstacle is replacing the EJBContext.getCallerPrincipal in my session beans with ...

7. single Pojo and Multiple Tables    forum.springsource.org

single Pojo and Multiple Tables Hi, public class Intermediary extends com.chakra.model.BaseObject implements java.io.Serializable { // Fields private Integer id; private String companyName; private Address address = new Address(); private WpContact ...

8. creating POJO    forum.springsource.org

creating POJO Hi I am new to Spring framework and a newbie in Java too. I am having an issue that I want to solve. In my object, which I want ...

9. POJOs and JndiRmi*    forum.springsource.org

Okay Actually the answer is No. You do not have to run rmic against your service classes in order to expose them via JndiRmiServiceExporter. There is, however, a qualification to that ...





10. POJOs    forum.springsource.org

I am using struts-spring-hibernate combination in my j2ee application... I want to know whether using hibernate POJO classes for data transfer from action to service layer is a good practice?

11. expose pojo    forum.springsource.org

expose pojo Hi We have quite big project built on Spring, Hibernate and FLEX. Our service layer is behind remote EJB 2.1 facades which just delegate to spring pojo services (1:1). ...

12. single pojo two diffrent tables    forum.springsource.org

Well in JDO an option is to have one PMF for one configuration (day), and one PMF for another (batch) and the app persists via the PMF that applies at that ...

13. Simple POJO's in Spring?    forum.springsource.org

Simple POJO's in Spring? I have a question that just bothers me and i would like to get some qualified answers to it... I'm working on a JSR168 environment and all ...

14. Can methods of POJO be advised?    forum.springsource.org

Can methods of POJO be advised? Hi, I am a beginner to Spring AOP. I have a question, that is, can methods of POJO be advised? For example, in JPetStore, the ...

15. get global attributes in POJO    forum.springsource.org

16. Starting from existing POJO ?    forum.springsource.org

I have an existing data model generated from some WSDL. Is possible to generate the persistence layer (JPA) using Roo starting from some existing data classes. Example I already have User,Order,OrderDetails ...





17. Binary fields in POJO, Lob?    forum.springsource.org

Hi, I have numerous image files (e.g. *.png, *.img, etc) within a POJO Class and I need to store and retrieve their file contents, not just the file name. I thought ...

18. How to embed class within List in POJO?    forum.springsource.org

How to embed class within List in POJO? I really need an example on this as I have no idea how this is done and finally gave up after fiddling with ...