AppFuse 2.0 Status
I managed to get most of AppFuse's code moved over to a Maven 2 structure this week. I have tests working in the hibernate/ibatis projects, as well as the service project, but not in the web tier projects yet. I do have everything compiling though.
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------ [INFO] AppFuse ............................................... SUCCESS [2.228s] [INFO] AppFuse Common Data Module ............................ SUCCESS [1.681s] [INFO] AppFuse Hibernate Module .............................. SUCCESS [0.809s] [INFO] AppFuse iBATIS Module ................................. SUCCESS [0.630s] [INFO] AppFuse Data Modules .................................. SUCCESS [0.008s] [INFO] AppFuse Service Module ................................ SUCCESS [0.696s] [INFO] AppFuse Common Web Module ............................. SUCCESS [2.817s] [INFO] AppFuse JSF Module .................................... SUCCESS [4.410s] [INFO] AppFuse Spring MVC Module ............................. SUCCESS [4.038s] [INFO] AppFuse Struts 2 Module ............................... SUCCESS [4.954s] [INFO] AppFuse Tapestry Module ............................... SUCCESS [4.042s] [INFO] AppFuse Web Modules ................................... SUCCESS [0.007s] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 26 seconds [INFO] Finished at: Fri Aug 18 15:06:54 MDT 2006 [INFO] Final Memory: 11M/26M [INFO] ------------------------------------------------------------------------
If you'd like to review any of the work done thus far, I've uploaded my latest work to:
http://static.appfuse.org/downloads/appfuse2-20060817.zip
The major issue I've encountered to date can be reviewed on the Maven user mailing list. If you happen to try things out, the best thing to do is post feedback to the dev list. I'm considering another device-free weekend, so I may not respond until Monday.
Posted by Andreas Andreou on August 19, 2006 at 01:46 AM MDT #
Wanted a preview of your continuing great work, but I see a bunch of DS_Store files. I don't know Mac's file system but I found this which may help remove confusion in the zip file ...
Preventing Creation of .DS_Store Files
I often use my PowerBook at work to access files on our network, which is all Windows. As a result, our shared files are littered with lots of .DS_Store files. These are usually hidden, but as most power users often do, we like to see all the files, including hidden ones.
Just found a way to prevent the creation of these files on network shares. It basically involves typing a command in Terminal and restarting your computer.
1. Open the Terminal.
2. Type: defaults write com.apple.desktopservices DSDontWriteNetworkStores true
3. Press Return.
4. Restart the computer.
That's it. Now, go forth, and litter your network no more.
UPDATE: At the request of a reader, here is some information on what the .DS_Store file does:
Under Macintosh OSX .DS_Store holds the information which controls the way a folder will be opened; i.e., the shape and size of the window, the position of the window on the desktop and whether file, folder or icon view has been selected. If you were to delete the .DS_Store the folder would revert to the system default next time it is opened and a new blank .DS_Store would appear (invisibly).
Posted by Jeff Lambros on August 19, 2006 at 05:53 AM MDT #
Posted by Eko SW on August 19, 2006 at 01:55 PM MDT #
Posted by Matt Raible on August 22, 2006 at 12:20 AM MDT #
Posted by Andreas Andreou on August 22, 2006 at 03:58 AM MDT #
Posted by Marcus Ahnve on August 22, 2006 at 07:45 AM MDT #
Posted by Matt Raible on August 22, 2006 at 06:01 PM MDT #
Posted by Marcus Ahnve on August 22, 2006 at 06:43 PM MDT #
Yes, it stops spam quite well. However, I'm also using Roller, which doesn't seem to be a popular spam target.
Posted by Matt Raible on August 22, 2006 at 06:55 PM MDT #
Posted by Juan on August 24, 2006 at 07:02 PM MDT #
I can't promise anything because of developer's schedules and current committments. My hope is we can have it done by the end of the year.
Posted by Matt Raible on August 24, 2006 at 07:20 PM MDT #
Posted by lane.ma on August 25, 2006 at 07:59 AM MDT #
Posted by Matt Raible on August 25, 2006 at 02:52 PM MDT #
Posted by Eko SW on August 26, 2006 at 05:07 PM MDT #