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.

POI Article

This article from Javaworld shows how easy it is to use POI. Cool - I'm sold!

Posted in Java at Dec 18 2002, 02:05:16 AM MST 1 Comment
Comments:

Just for clarification the article only shows you HSSF. POI includes: HSSF, HDF, HPSF and POIFS. POIFS is OLE 2 Compound Document format which is the grand mama of the whole project. HSSF is the Excel Api.. Of course it stands for Horrible SpreadSheet Format (which is BTW fair. Excel format is illconceived...not nearly as ill-conceived as OLE 2 CDF itself...). I think you'll find that POI has excellent documentation for an opensource project. And you might enjoy this: http://jakarta.apache.org/poi/hssf/quick-guide.html or this: http://jakarta.apache.org/poi/javadocs/ (BTW clicking on a class in the javadoc lets you see UML class diagrams if you click on the upper right hand corner) -- also you might find the Source to the unit tests under "src/tests" to be pretty helpful. Unfortunately Centipede doesn't yet publish it in our online cross-referenced source code (http://jakarta.apache.org/poi/javadocs/javasrc/), however you can view it here (http://cvs.apache.org/viewcvs/jakarta-poi/src/testcases/). If you need assurance of the quality of our source code you should merely look here (http://jakarta.apache.org/poi/). We have ATM 375 unit tests... I'd bet most of the code is covered directly! Enjoy POI!

Posted by Andy on December 20, 2002 at 02:31 AM MST #

Post a Comment:
  • HTML Syntax: Allowed