I need to create a application in java which will accept user name and password of a blog. It should have a text box where I can enter the post which I want to make with its title. When I click submit, The content should be posted in my blog. This should be done in backgroung. Browser should not open up. When I open up my blog, I should see the post there. Can I do this in java? If it can be done, please guide me how to do it. I dont know where to start.