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.

[ANN] AppFuse 1.8.2 Released

This release is mostly a bug fix release with no new features. It also includes upgrades to Acegi Security and the Spring Framework. Thanks to all the sponsors who have contributed products and free hosting to the AppFuse project.

To see how AppFuse works, please see the following demos:

Comments and issues can be sent to the mailing list or posted to the AppFuse Issue Tracker.

P.S. I have the Acegi integration done for Remember Me and SSL Switching in another project, so that support should be in CVS sometime next week. Thanks to Justin Spears for his help on this issue.

Posted in Java at Aug 27 2005, 06:42:06 PM MDT 12 Comments
Comments:

I'm not sure if this would help with SSL use in AppFuse (or if you are already doing it):

http://hookom.blogspot.com/2004/12/yet-another-servlet-filter-you-cant.html

It saved us a lot of bandwidth and I don't think a lot of developers know that this is an issue

Posted by Jacob Hookom on August 28, 2005 at 09:01 AM MDT #

Hay, same version number as Ruby, congrats!

Posted by Douglas Livingstone on August 28, 2005 at 03:24 PM MDT #

Tapestry + Spring + Hibernate demo not working, couldn't login or signup

Posted by sean on September 07, 2005 at 08:48 AM MDT #

Sean - I reset the database state, should be fine now.

Posted by Matt Raible on September 07, 2005 at 08:52 AM MDT #

where I find tags information?...

Thanks...

Posted by Juan Alvarado on October 08, 2005 at 10:54 AM MDT #

Juan - what tags are you looking for?

Posted by Matt Raible on October 24, 2005 at 10:48 PM MDT #

Isn't it that JSTL?

Posted by Kevin on November 28, 2005 at 05:29 AM MST #

In appfuse-1.8.2,I get the web source by building the package-web target. there is transaction handling at service tier(defined in spring configuration files) also in web.xml, <filter> <filter-name>hibernateFilter</filter-name> <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class> </filter> <filter-mapping> <filter-name>hibernateFilter</filter-name> <url-pattern>*.html</url-pattern> </filter-mapping> openSessionInView is also used. but why?doesn't openSessionInViewFilter add a transaction to each request? or is it a nested transaction or something else? sorry for bothering you,your reply would be most appreciated.

Posted by do1doer on December 05, 2005 at 08:52 PM MST #

good project

Posted by nguyen anh tuan on December 14, 2005 at 08:21 PM MST #

do1doer - OpenSessionInViewFilter is more for keeping the session open, enabling you to use lazy-loading in the web-tier. It's not directory related to transactions. In the future, please ask these types of questions on the mailing list.

Posted by Matt Raible on December 29, 2005 at 06:59 PM MST #

Connection refuse when attemting to contact the download

Posted by Richard on February 11, 2006 at 12:23 PM MST #

Richard - it looks like java.net is down. When it comes back up - you'll probably want to download 1.9. There's more information about this release on the AppFuse wiki page. Until it comes back up, you can download this release from appfuse.org.

Posted by Matt Raible on February 11, 2006 at 02:01 PM MST #

Post a Comment:
  • HTML Syntax: Allowed