Results 1 to 1 of 1
Thread: mapping java class with xml
- 03-27-2009, 09:11 AM #1
Member
- Join Date
- Mar 2009
- Posts
- 1
- Rep Power
- 0
mapping java class with xml
Hi all,
I am new in java and I want to do something like given below.
Request request = new Request(Method.GET, "/mail/inbox/list);
Client client = new Client();
Response res = client.handle(request);
So my handle(request) should call get the list of mails. My question is how can I handle this "mail/inbox/list" string url in java using some xml file.
Similar Threads
-
org.hibernate.DuplicateMappingException: Duplicate class/entity mapping project
By Ed in forum JDBCReplies: 4Last Post: 05-13-2011, 10:04 PM -
xml mapping error with JPA in RAD, RSA
By ishakteyran in forum Other IDEsReplies: 0Last Post: 02-05-2009, 08:00 PM -
xml mapping error with JPA
By ishakteyran in forum XMLReplies: 0Last Post: 02-05-2009, 07:59 PM -
Help with image mapping
By coco in forum AWT / SwingReplies: 1Last Post: 08-07-2007, 04:06 AM -
Mapping of class Association with hibernate
By Albert in forum JDBCReplies: 1Last Post: 07-06-2007, 06:27 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks