Hey guys,
I just finished my introductory course in java and im working on expanding what i've learned abit.
Anyway, Im creating a certain program that needs to fill out a form on a website and search.
Here is a website example : http://olibweb263.lau.edu.lb:7782/eolib263?sf_entry=dkvg&session=42091200&rs=&style=tiau&infile=presearch.glue&searcher=tiau.glue&sf_subentry=&sf_entry2=&sf_entry3=&nh=20&beforedate=&afterdate=&x=31&y=20
I just want to fill out the first two boxes and search, I don't even want to handle the server's response for now, I just want it to search. After ALOT of researching, it seems that HttpClient is able to do this, but ive read a gazillion tutorial and examples and still cant figure out how.
I would post my code, but it seems totally mute since I've only managed to "copy-paste" the basic things of HttpClient. Created the ArrayList needed and no freaking idea what to do next!
Any help would be really appreciated :)
I just finished my introductory course in java and im working on expanding what i've learned abit.
Anyway, Im creating a certain program that needs to fill out a form on a website and search.
Here is a website example : http://olibweb263.lau.edu.lb:7782/eolib263?sf_entry=dkvg&session=42091200&rs=&style=tiau&infile=presearch.glue&searcher=tiau.glue&sf_subentry=&sf_entry2=&sf_entry3=&nh=20&beforedate=&afterdate=&x=31&y=20
I just want to fill out the first two boxes and search, I don't even want to handle the server's response for now, I just want it to search. After ALOT of researching, it seems that HttpClient is able to do this, but ive read a gazillion tutorial and examples and still cant figure out how.
I would post my code, but it seems totally mute since I've only managed to "copy-paste" the basic things of HttpClient. Created the ArrayList needed and no freaking idea what to do next!
Any help would be really appreciated :)