Ruby on Rails 1.0 has been available for some time now so I thought that I upgrade to the latest release. I don’t know if I did something wrong but I couldn’t download the latest Rails release using the gem package installer. If I remember correctly the first time I installed Rails I [...]
Posted in Ruby, TechKnow |
It is that time of year where we reflect on the accomplishments of the passing year and look forward to the one to come. Here is a window of the past year in technology through past posts.
TechknowZenze: First Post – How it all started.
Import Script/CSS/PHP
Page Redirect – PHP, HTML, and JavaScript code to redirect [...]
Most people know that in Windows base application you can hit the ctrl+f keys to search within a document. Of course supports Eclipse ctrl+f but if you want to do a quick search just highlight the word of interest (you can double click to highlight) and hit the ctrl+k to find the next instance [...]
Posted in IDE, Java, TechKnow |
Sometime back I wrote Import Script, Import CSS, Import PHP where I showed how to import external files in PHP and JSP. At this time I want to elaborate a little more on importing external JSP files from another JSP. One way to import another JSP files to statically import it using the [...]
Posted in Java, TechKnow |
I have mentioned the Jakarta BeanUtils project before (see Jakarta BeanUtils PropertyUtils). The PropertyUtils class of the BeanUtils project allows you to dynamically access a JavaBean property. PropertyUtils gives you access to mapped, indexed, and simple properties via get/setMappedProperty, get/setIndexedProperty, and get/setSimpleProperty.
PropertyUtils also provides a generic getProperty method which can be used to [...]
Posted in Java, TechKnow |
I just finished going through a class I run into the future of programming languages by reading Beyond Java by Bruce Tate. In Beyond Java, Bruce makes the point, repeatedly, that Java will not be the reigning programming language of choice for ever. Bruce ‘predict’ that developer will move to more consistent dynamic [...]