[oauth] Re: Java Library and java-twitter

2009-04-16 Thread Simone Tripodi
Hi Zhihong thanks for your interest! You can checkout the 1.0 tag from our google code repository: http://asmx-oauth.googlecode.com/svn/tags/1.0/ And then run mvn install from the root if you want to install everything, or from the core dir to install just the commons, consumer and provider

[oauth] Re: Java Library and java-twitter

2009-04-15 Thread Zhihong
Great! I am just a little bit worried that the core is getting too big. The OAuth lib itself builds fine but sometimes we embed OAuth library in other JARs. The build error occurs in a JMeter plugin for OAuth. We build the plugin with OAuth code so only one JAR is delivered. For use- cases like

[oauth] Re: Java Library and java-twitter

2009-04-15 Thread John Kristian
To minimize dependencies, I recommend removing Java packages that you don't need. You can eliminate several dependencies this way, such as the Java Servlet API and both Apache HTTP client libraries. I'm thinking of moving parts of oauth-core into new modules; for example a module for consumers

[oauth] Re: Java Library and java-twitter

2009-04-15 Thread Simone Tripodi
Hi Zhihong it's very important to keep the dependencies to a minimum. have you had the possibility to take a look at our OAuth Framework? http://asmx-oauth.googlecode.com/svn/site/1.0/index.html I'm already in touch with John and tomorrow we'll have a call to study strategies together. Best