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.

Help me architect Struts Resume

I've come up with a few issues for Struts Resume that I need some feedback on. Let's just get right to them. * How should I assign skill groups and skills to a resume? * Resume Templates - should I do something like Roller or simpler? * Can I produce PDF or RTF from a Velocity template? I've [elaborated more|StrutsResumeArchitecture] on my wiki. Please post your feedback via comments or on the wiki.

Update: Thanks to Mathius, I was able to implement a simple XHTML and RTF (Word) version of a simple resume today. I don't think Velocity will be the only option, I think I'm going to have to have an XSL Transformation Servlet as well, and the user will be able to choose Velocity templates or XML/XSL/FO. But that will be in a later version of Struts Resume. For 1.0, I'm going to concentrate on getting a resume updateable and presentable - PDF will be a post-1.0 option. The main reason for this is because I think I can release a 1.0 version before my next gig starts. After I start, it might be quite a while until I can get some time to work on it again.

Posted in Java at Aug 05 2003, 08:02:59 AM MDT 5 Comments
Comments:

http://blogs.atlassian.com/scuttlebutt/archives/000204.html

Posted by Mathias Bogaert on August 05, 2003 at 09:39 AM MDT #

This might not answer the first question directly, but I would suggest looking at the XML Resume project: http://xmlresume.sourceforge.net/ Since most job sites are moving towards XML based resumes, and XML resume feeds, I think their project is a fairly good baseline to follow for defining the resume.

Posted by dsuspense on August 05, 2003 at 09:58 AM MDT #

i've used fop (http://xml.apache.org/fop/) to generate pdf output from xml. it works great!

Posted by andy on August 05, 2003 at 10:32 AM MDT #

Skills is a many to many w/ Resume; a clasic E/R. For PDF I use iReport.sf.net. If you just want to be a syndicated columis on (somone else Struts based blog sofware) just tell me your rate! (It would still be RaibleDesigns.com, but based on bP -- with a simple JPG advertising basicPortal - itself open source struts). .V

Posted by Vic on August 05, 2003 at 02:26 PM MDT #

I agree with dsuspense about using XML but after investigation of XML Resume suggest using HR-XML http://www.hr-xml.org/ instead. XML Resume is more applicant-friendly as it is created by applicants themselves, however HR-XML is being created by the companies that will be making the next wave of HR software (IBM,Oracle,etc.). You could be cunning and generate base objects from XMLSchemas so that you could use either.

Posted by Jeremy Nicholson on November 27, 2003 at 05:45 AM MST #

Post a Comment:
  • HTML Syntax: Allowed