Re: [digester] initial code for Digester2.0

2005-02-01 Thread java
Simon Kitching wrote:

 Does this mean you prefer Action to Rule? I certainly expect to hear
 from people who want to keep the current names...

No preference there, [and I'll get used to prefix/suffix, whichever way it
goes, it's not THAT big of a deal, but you asked...]

-- 
Wendy Smoak

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need help in writing a program that can upload files onto Yahoo Geocities

2004-06-14 Thread Java Mr
Hi all:
 
Two months ago, I tried to write a java program that
can upload files onto Yahoo Geocities, so I searched
the web for available resources. I found
MrPostman-1.0.3beta2.jar (at :
http://sourceforge.net/search/ ) that can help me to
login to Yahoo and get to the file upload page, then I
found HttpClient that can upload files by posting to a
url.
 
But when I tried to combine the two to first login and
then upload a file it failed. After the first step I
can see that I'm logged in, but after I tried to
upload a file by calling HttpClient, it returned me to
the Yahoo login page, I must have dropped contact
somewhere, can some one show me how to do it right ?
 
I've created a test account in Yahoo Geocities that
you can play with : javamr/javatest
 
Note : things are happening in [ YahooMailSession :
Up_Load_Files() ].

Attached are my programs , thanks.

Frank




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Yahoo file upload

2004-06-14 Thread Java Mr
Hi all :

I can't see to attach files to my e-mail, so I've put
them in Yahoo Geocities directory :

Id : javamr
Pw : javatest

The file names are : 
  YahooMailSession.java  
  Yahoo_Login.java

==

Two months ago, I tried to write a java program that
can upload files onto Yahoo Geocities, so I searched
the web for available resources. I found
MrPostman-1.0.3beta2.jar (at :
http://sourceforge.net/search/ ) that can help me to
login to Yahoo and get to the file upload page, then I
found HttpClient that can upload files by posting to a
url.
 
But when I tried to combine the two to first login and
then upload a file it failed. After the first step I
can see that I'm logged in, but after I tried to
upload a file by calling HttpClient, it returned me to
the Yahoo login page, I must have dropped contact
somewhere, can some one show me how to do it right ?
 
I've created a test account in Yahoo Geocities that
you can play with : javamr/javatest
 
Note : things are happening in [ YahooMailSession :
Up_Load_Files() ].

===

Frank




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]