clickonchris.com
Java at ClickOnChris
http://clickonchris.com/category/programming/java
Christopher G Johnson: programmer, entrepreneur, father. Archive for the ‘Java’ Category. Development Team Best Practices. I wanted to put together some thoughts on high level best practices for your dev shop. These practices will skew towards larger dev shops inside of big corporations but can also be applied to 1-2 man teams. These thoughts are inspired by a combination of The Pragmatic Programmer and The Joel Test. Streamline your local build process. Do you think your build process is pretty fast?
clickonchris.com
Download Sources for SpringSource Tool Suite and Grails 1.3.7 at ClickOnChris
http://clickonchris.com/2012/01/sts-download-sources-grail
Christopher G Johnson: programmer, entrepreneur, father. Download Sources for SpringSource Tool Suite and Grails 1.3.7. Is a great framework framework that enables rapid development with Java. Like with any framework however, you sometimes get stuck and need to take a look under the covers to solve a problem. The code (and navigate through injected dependencies, but that is a different story). I found the solution here: https:/ issuetracker.springsource.com/browse/STS-1440? FocusedCommentId=36879&page=co...
clickonchris.com
phonegap at ClickOnChris
http://clickonchris.com/category/programming/phonegap
Christopher G Johnson: programmer, entrepreneur, father. Archive for the ‘phonegap’ Category. BeerDogging: a cross-platform mobile app with Phonegap and AngularJS, disected. Give users quick access to beer dogging deals, sorted by proximity. Mobile Client: Phonegap, AngularJS, Topcoat, Google Analytics. Create the project with command line tools. Add the android and IOS ‘platforms’ with command line tools. Start a Ripple Emulator. For your android platform. To the android platform. I chose AngularJS as t...
clickonchris.com
Entrepreneurship at ClickOnChris
http://clickonchris.com/tag/entrepreneurship
Christopher G Johnson: programmer, entrepreneur, father. Archive for the ‘Entrepreneurship’ tag. How to Teach Your Old Business New Tricks – Lean Startup Style. One day an innovator in the organization identifies a new business opportunity and approaches you with it. Hey, there’s a new market we could capture. It’s big. We just need to take a little risk to get to it. What if we optimized this problem and reduce the risk by limiting the potential downsides? If I’ve championed this project and it tu...
clickonchris.com
.Net at ClickOnChris
http://clickonchris.com/category/programming/net
Christopher G Johnson: programmer, entrepreneur, father. Archive for the ‘.Net’ Category. Development Team Best Practices. I wanted to put together some thoughts on high level best practices for your dev shop. These practices will skew towards larger dev shops inside of big corporations but can also be applied to 1-2 man teams. These thoughts are inspired by a combination of The Pragmatic Programmer and The Joel Test. Streamline your local build process. Do you think your build process is pretty fast?
clickonchris.com
Databases at ClickOnChris
http://clickonchris.com/category/databases
Christopher G Johnson: programmer, entrepreneur, father. Archive for the ‘Databases’ Category. Development Team Best Practices. I wanted to put together some thoughts on high level best practices for your dev shop. These practices will skew towards larger dev shops inside of big corporations but can also be applied to 1-2 man teams. These thoughts are inspired by a combination of The Pragmatic Programmer and The Joel Test. Streamline your local build process. Your environment probably supports some sort ...
clickonchris.com
Development Team Best Practices at ClickOnChris
http://clickonchris.com/2014/09/development-best-practices
Christopher G Johnson: programmer, entrepreneur, father. Development Team Best Practices. I wanted to put together some thoughts on high level best practices for your dev shop. These practices will skew towards larger dev shops inside of big corporations but can also be applied to 1-2 man teams. These thoughts are inspired by a combination of The Pragmatic Programmer and The Joel Test. Streamline your local build process. Do you think your build process is pretty fast? Your environment probably supports ...
clickonchris.com
Configuring Jetty, Maven, and Eclipse together with Hot Swap at ClickOnChris
http://clickonchris.com/2010/05/configuring-jetty-maven-and-eclipse-together-with-hot-deploy
Christopher G Johnson: programmer, entrepreneur, father. Configuring Jetty, Maven, and Eclipse together with Hot Swap. Of code onto your Jetty server. Eclipse 3.4.0. Maven 2.0.10. M2eclipse 0.9.7 (maven plugin for eclipse). Jetty 6.1.10. In your maven project’s pomx.xml, in your build section, add the jetty plugin. An example can be found at the Jetty website here:. Http:/ docs.codehaus.org/display/JETTY/Maven Jetty Plugin#MavenJettyPlugin-WebappConfiguration. Configuring Jetty to start within Eclipse:.
clickonchris.com
performance at ClickOnChris
http://clickonchris.com/category/performance
Christopher G Johnson: programmer, entrepreneur, father. Archive for the ‘performance’ Category. Full Text Search for the enterprise with Oracle Text. You work in software and your stack includes an Oracle database. One day the business approaches you and says ‘I want a search page for our product/order/customer data. Make it work like Google’. You think to yourself, “If I could make a search page work like Google I would work at Google”! Approaching Full Text Search. Oracle Stack Solution: Oracle Text.