Robert Nieto's blog » programming https://robertnieto.info Tech, Finance, and Life Mon, 13 Feb 2012 04:22:37 +0000 en-US hourly 1 http://wordpress.org/?v=4.1 Finally an update! https://robertnieto.info/2010/06/finall-an-update/ https://robertnieto.info/2010/06/finall-an-update/#comments Thu, 24 Jun 2010 05:27:23 +0000 https://robertnieto.info/?p=61 Continue reading ]]> It’s been over a year since I last wrote on this blog. I’ve updated to the latest version of wordpress and changed themes.
I’m hoping to have enough time to take an active interest in my blog, but life has been so busy as my wife just moved here.

I’ve been programming often in Java and Ruby lately, so that is good. Hopefully I’ll have some code to put up in a repository in the near future.

I’ve been working on a framework in Java for testing trading ideas. I’ve been testing it with a simple grid system.

The grid functions based on the current Net-asset Value, and will close all trades after a specified profit level is reached.  As I develop a better framework I’ll write more about it.

]]>
https://robertnieto.info/2010/06/finall-an-update/feed/ 0
Google App Engine https://robertnieto.info/2009/04/google-app-engine/ https://robertnieto.info/2009/04/google-app-engine/#comments Thu, 09 Apr 2009 19:55:32 +0000 https://robertnieto.info/?p=40 Continue reading ]]> It was great news to hear how google has adopted java servlets as the second platform for app engine. My account has it enable now and I look forward to tesing it out.

The few restrictions that exist do not really seem to matter. I haven’t seen a situation where it’d be ideal for a servlet to spawn a thread, though I’m sure someone could point out such a situation.

Later I’ll write more about my experiences with it.

]]>
https://robertnieto.info/2009/04/google-app-engine/feed/ 0
jQuery and IE https://robertnieto.info/2009/03/jquery-and-ie/ https://robertnieto.info/2009/03/jquery-and-ie/#comments Mon, 30 Mar 2009 22:07:16 +0000 https://robertnieto.info/?p=29 Continue reading ]]> I’ve had an interest in testing out jQuery for some time now and this weekend I finally dived right in with a simple ajax example quiz service. The backend was quickly designed as a servlet outputing JSON, leaving me with the frontend to do in jQuery.

As I did the initial design in firefox everything went smoothly, until I tested in IE. The kanji (word) to quiz wouldn’t update on the page. A quick google later I learned IE often will cache the get request. The simple fix was to include the current time as the data in the get, and after that IE stopped caching the requests.

For now the site is very simple as I do not plan to update it, but I will use spring mvc to build the next version.

]]>
https://robertnieto.info/2009/03/jquery-and-ie/feed/ 0
Java Spring https://robertnieto.info/2009/03/java-spring/ https://robertnieto.info/2009/03/java-spring/#comments Sun, 29 Mar 2009 16:32:12 +0000 https://robertnieto.info/?p=19 Continue reading ]]> I’ve started working with Spring, and to me the Inversion of Control via Dependency Injection really stands out as a nice design methodology. Of course this is a concept one can use in any software when required, even without Spring.

After reading about the foundation of Spring, I cannot wait to use it. I plan to discuss it more sufficiently as I gain more experience with it. I’d like to test out its web MVC module as soon as possible.

]]>
https://robertnieto.info/2009/03/java-spring/feed/ 0