codecrawler.blogspot.com
Code Crawler: January 2011
http://codecrawler.blogspot.com/2011_01_01_archive.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Monday, January 17, 2011. Issue on starting RabbitMQ 2.2.0 After Installation via MacPorts. Warning: No HOSTSFILE specified! Warning: No NAMESERVER or RESOLVFILE specified! Glad I can start playing around with RabbitMQ! Links to this post. Subscribe to: Posts (Atom). Subscribe To Code Crawler.
codecrawler.blogspot.com
Code Crawler: Internationalizing Java Web Applications Part I
http://codecrawler.blogspot.com/2010/11/internationalizing-java-web.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Tuesday, November 30, 2010. Internationalizing Java Web Applications Part I. Internationalizing an application can become a daunting task. Specially if the application already existed for quite some time. What more if the business decides to support a huge number of languages? Now for an App...
codecrawler.blogspot.com
Code Crawler: September 2009
http://codecrawler.blogspot.com/2009_09_01_archive.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Wednesday, September 30, 2009. JFreeChart LegendTitle Font Change. LegendTitle legendTitle = chart.getLegend();. Links to this post. Subscribe to: Posts (Atom). Grapchic UI Design Principles. Jing Image and Video Recorder for free! Most Dangerous Programming Errors. Subscribe To Code Crawler.
codecrawler.blogspot.com
Code Crawler: January 2010
http://codecrawler.blogspot.com/2010_01_01_archive.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Friday, January 8, 2010. Installing Solaris 10 Software Companion CD from ISO Image. To install the software companion from an iso image on a solaris machine follow this steps:. 1 Type the command. Lofiadm -a /export/temp/software.iso. 2 Mount the block device by typing this command. 4 Chang...
codecrawler.blogspot.com
Code Crawler: Working as a Consultant
http://codecrawler.blogspot.com/2010/11/working-as-consultant.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Tuesday, November 30, 2010. Working as a Consultant. Developing a system in-house for a client makes the development and management effort very interesting but I find there are two most critical things that needs to happen before a single code is written as shown below.
codecrawler.blogspot.com
Code Crawler: October 2009
http://codecrawler.blogspot.com/2009_10_01_archive.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Thursday, October 15, 2009. Working with Deleting/Updating a Set In Hibernate. If a hibernate mapping object contains contains a Set of objects, it's usually configured with the. Say our parent object is Car and child objects are of type Part. Our set mapping would be of the form below.
codecrawler.blogspot.com
Code Crawler: July 2009
http://codecrawler.blogspot.com/2009_07_01_archive.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Monday, July 20, 2009. IPhone Mobile Camp Atlanta. Here's what I've taken for each presentations. IPhone App Design Best Practices. 1 Be true to the device. Know the capabilities of the hardware and what the API can provide. 2 Read the Human Interface Guidelines provided by Apple. 13 As a ru...
codecrawler.blogspot.com
Code Crawler: Ten Commandments of Egoless Programming
http://codecrawler.blogspot.com/2010/02/ten-commandments-of-egoless-programming.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Tuesday, February 2, 2010. Ten Commandments of Egoless Programming. Here are the 10 Commandments of Egoless Programming, my friend willingly shared. 1 Understand and accept that you will make mistakes. 2 You are not your code. 4 Don't rewrite code without consultation. ISTQB Practice Test Pa...
codecrawler.blogspot.com
Code Crawler: JUnit
http://codecrawler.blogspot.com/2010/02/junit.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Saturday, February 6, 2010. To illustrate this further, lets consider the sample code below. It's main purpose is to show how the methods above behaves when the test case is run. Say we have this test class:. 1public class TestPerson extends TestCase{. 2 private Person person;. 8 At line 8, ...
codecrawler.blogspot.com
Code Crawler: February 2010
http://codecrawler.blogspot.com/2010_02_01_archive.html
This blog is all about Java/J2EE Technologies, SDLC Methodologies, Integrating Applications, New Technology Trends, Optimizing Codes, OOAD/OOP Subjects and other platforms and tools I've had experience with to share. Tuesday, February 9, 2010. Executing MySQL Scripts in Batch Mode. I wrote a script that would accept a file path and traverse through the directory tree to search for files with extension *.sql and load those sql scripts into MySQL and run them. Here's what I've done;. Say if there's 1 scrip...
SOCIAL ENGAGEMENT