Book Image

NetBeans IDE 8 Cookbook

By : David Salter, Rhawi Dantas
Book Image

NetBeans IDE 8 Cookbook

By: David Salter, Rhawi Dantas

Overview of this book

<p>From the start to the end of a Java project's lifecycle, this book will show you how to perform many key tasks with the NetBeans IDE, uncovering more about mobile, desktop, and enterprise Java along the way.</p> <p>You will start by creating Java projects and learning how to refactor and use NetBeans tools to increase developer efficiency. You will then get a walkthrough of how to create a desktop application before covering JavaFX and mobile applications and how to use external services within them. Having seen how to create many different types of applications, you will then be shown how to test and profile them before storing them in revision control systems such as Git or Subversion. Finally, you will learn how to extend NetBeans itself by adding new features to the IDE.</p>
Table of Contents (19 chapters)
NetBeans IDE 8 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Verifying an e-mail address with StrikeIron


StrikeIron is a Data-as-a-Service (DaaS) provider that offers many solutions for data validation. For example, it offers services to validate e-mail addresses, postal addresses, and telephone numbers.

StrikeIron is a paid-for service; however, it offers free trials of all of its APIs so you can evaluate them before deciding whether to proceed.

More information on StrikeIron and on its DaaS offering can be found at http://www.strikeiron.com. Information about the StrikeIron Email Verification service can be found at http://www.strikeiron.com/product-list/email/email-verification.

In this recipe, we'll see how we can validate an e-mail address using StrikeIron.

Getting ready

To complete this recipe, you'll need a StrikeIron account. Creating a StrikeIron account is free of charge and provides you free trial access to all of StrikeIron's services. You can create a StrikeIron account to access a free trial of its e-mail validation web services at http:...