I'd like to build billing web app using java (for a small user base - which makes me wonder if I should create a java client instead - but I like not having to deploy clients.) The billing app needs the be able to create and print bills. Will it be possible for me to create these bills and send them to the users printer if I build a web app? Is it simply a matter of setting the security policy to the allow the printing to occur?
Should I use the Java Print Service to create these bills?
Thanks.
Should I use the Java Print Service to create these bills?
Thanks.