1
vote
Mixing jsp and jsf
To solve this one I'd probably create a JSF fragment that only includes your form, then use a tag to include it in my JSF page.
That solution is probably a little fragile depending on yo …
0
votes
How do you grab a text from webpage (Java)?
Have you considered taking advantage of RSS/Atom feeds? Why scrape the content when it's usually available for you in a consumable format? There are libraries available for consuming RSS in just …
