Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

Send a Fax from Java?

I'm looking for a (hopefully free) way to send a Fax from a Java program. I think the easiest way would be to send an e-mail to some sort of service that processes it and faxes it the recipient. Any suggestions?

Posted in Java at Dec 31 2003, 11:37:12 AM MST 7 Comments
Comments:

I remember playing with something called RFax. They had a evaluation version that u could download without filling any forms.

Posted by Unknown on December 31, 2003 at 02:58 PM MST #

Matt, Here is a link to RFax eval: http://www.java4less.com/java_fax.htm. There are also 3rd part fax providers, e.g: http://www.ozefax.com.au/email2fax.html. Lastly, there is an open source product called HylaFax. http://www.net-foundry.com/java/gnu/hylafax/. I have not used these, so I don't have any idea on their ease-of-use/availability.

Posted by R.J. on December 31, 2003 at 03:17 PM MST #

I can recommend hylafax. We have used for a job for dot-com company. I didn't do the actual programming, I only installed it.

Posted by Jeff on January 01, 2004 at 05:35 AM MST #

Hylafax + Velocity templates + java mail API = java faxing bliss.

Posted by Chris Reeves on January 01, 2004 at 11:36 PM MST #

Hi I used javax.comm and rfax of java4less for sending and receiving Fax from java. But i got one error, " Receiver doesnot support T.4 " while sending Fax from one Java Application to Another Java Application. Please send the eg. and solution of this Problem. How to send and receive Fax from java Application Thanks to all.

Posted by Akhilesh Kumar on October 09, 2004 at 10:28 PM MDT #

You can send an online fax using fax to email services but most will not be free. Forget fax modems you have too many hassles receiving faxes on your voice phone number.

Posted by hermei on April 04, 2005 at 07:38 AM MDT #

utbox is a very reliable and cheap solution http://www.utbox.net/

Posted by Rhett on March 07, 2006 at 11:41 PM MST #

Post a Comment:
  • HTML Syntax: Allowed