-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello.
i got some problems using EF with AutoMapper. =/
for example :
i got 2 related entities ( Customers and Orders )
and theyr DTO classes :
class CustomerDTO
{
public string CustomerID {get;set;}
public string CustomerName {get;set;}
public IList< OrderDTO Orders {get;set;}
}
class…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm looking for a Generic DAO implementation in Hibernate that includes parent/child relationship management (adding, removing, getting childs, setting parents, etc).
Actually the most used generic DAO on the web is the one i found on http://community.jboss.org/wiki/GenericDataAccessObjects.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Looking for best approach to convert Java DTO to XML and back while using GWT. I saw GWT has XMLParser in its client package which is a DOM Parser. I'm looking for more like a JAXB kind of plugin feature that I can use with GWT.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
May a DTO have relations to other DTOs?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to take the following XML request and convert it to a NuSOAP request and I'm having a bit of difficulty. Could anybody chime in?
XML Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dto="http://dto.eai.dnbi.com" xmlns:com="http://com.dnbi.eai…
>>> More