Is it possible to embed a browser within a desktop java application that can handle session data and possibly cookies? It should be able to handle a login to eBay and paypal websites.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Java FX 2.xx has WebView which is an embedded browser. If you are working in a Swing environment, you can still embed that Java FX 2.x component in a Swing panel.
ps: I don’t know for sure if it can handle login to eBay and Paypal but I would have thought it does because it is built on WebKit engine.