-
Recent Posts
Categories
- AI (1)
- ASP.Net (3)
- Azure (5)
- blockchain (13)
- Book Reviews (9)
- crypto (8)
- cryptocurrency (6)
- Database (2)
- Eclipse (3)
- Ext JS (3)
- give-a-talk (7)
- GWT & App Engine (2)
- Hackathon (2)
- HTML5 (1)
- Java Development (6)
- JavaScript (7)
- Miscellaneous (11)
- Mobile (2)
- NFT (1)
- nunit (1)
- Perl (1)
- PHP (1)
- Portlets (2)
- Sports (1)
- Uncategorized (1)
- Web Development (23)
- Web Services (1)
Archives
- March 2025
- May 2024
- March 2024
- February 2024
- December 2023
- November 2023
- July 2023
- May 2023
- December 2022
- June 2012
- April 2012
- February 2012
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- July 2010
- May 2010
- April 2010
- March 2010
Category Archives: Java Development
Configuring the MyEclipse DB Browser to View the Liferay Portal Database
Assumption: Liferay 5.1.2 on tomcat using default HSQLDB, which comes pre-configured with the download Steps: Switch to the MyEclipse Database Explorer perspective In the DB Browser window, right click, and choose New… Fill in the fields with the values shown … Continue reading
Posted in Database, Eclipse, Java Development
Leave a comment
Book Review / Overview: “Java: The Good Parts” by Jim Waldo
Review: I’ve been programming in Java for many years, and I feel that I’m reasonably proficient at it, but I’m always looking to improve my skills and gain deeper understanding of the tools and technologies I depend on. I was … Continue reading
Posted in Book Reviews, Java Development
Leave a comment
Using default VM parameters for the TestNG plugin
Here’s a feature I’ve hoped for for a long time, that is, the ability to set default vm args for the TestNG plugin. http://groups.google.com/group/testng-users/browse_thread/thread/71ac5c77ad031086?pli=1, One application I work on has hundreds of tests, many of which use a lot of … Continue reading
Posted in Eclipse, Java Development
Leave a comment
Liferay 5.1.2 logging
This post is a simple reminder to myself on how to change the logging of Liferay 5.1.2. I have a simple install of Liferay on tomcat 6.0. To change logging, just edit webapps\ROOT\WEB-INF\classes\log4j.properties and restart the server. I added this … Continue reading
Posted in Java Development, Portlets, Web Development
Leave a comment
Liferay Theme Files Without a Cache-Control Header?!
I ran into an interesting situation with our web application as we started to do some testing where our portal server (Liferay 5.1.2 on tomcat 6) was on the west coast and the testers on the east coast. The application … Continue reading
Posted in Java Development, Miscellaneous, Web Development
2 Comments
MyEclipse problems auto-deploying to tomcat
How to fix auto-deploy problem in MyEclipse Continue reading
Posted in Eclipse, Java Development, Web Development
2 Comments