Enterprise Java Development@TOPIC@

Chapter 100. Managed Entities and Remote Interfaces

100.1. Problem: Provider Proxy Classes Marshaled to Client
100.1.1. Potential Solution: Add JPA Provider Classes to Client Classpath
100.1.2. More Scenario Details
100.1.3. Candidate Solution: Cleansed DTOs
100.2. Problem: Lazy Load Exception
100.2.1. Lazy Load Scenario Details
100.2.2. Candidate Solution: Load thru "Touching" Object Tree in Remote Facade
100.2.3. Candidate Solution: Load thru Fetching Object Tree in Query
100.2.4. Candidate Solution: Abstract Remote Interface View with DTO
100.3. Summary