I have been looking at HTMLUnit since our last conversation, for implementing user test screens. this is more that there are two HttpClient classes and the ofbiz one is used in the framework. it seemed the simplest solution would be to use implements to append the apache one to the ofbiz one thus making the ofbiz one more versatile.
Adrian Crum sent the following on 10/23/2008 1:06 PM: > I would recommend using any suitable replacement for the OFBiz > HttpClient - it is very rudimentary. > > If you need an HTTP client that handles cookies and JavaScript, then > take a look at HTMLUnit - http://htmlunit.sourceforge.net. I used it in > my mashup POC code - https://issues.apache.org/jira/browse/OFBIZ-1873. > > -Adrian > > BJ Freeman wrote: >> while working with yahoo API >> I came accross the org.apache.commons.httpclient.HttpClient; >> which has more functionality than the ofbiz HttpClient >> is there any problem with making the ofbiz an HttpClient implementation >> of the apache? >> > >
