Oct 102013
 

After several days stuck in various problems, it seems I’m making progress now.

First good news came from financial side … I found this site which is good for on-demand Mac “rental”, and obviously it saved me at least $200 (if I was to go with a refurbished Mac Mini). Now I just leave $30 in my account, and occasionally log on to build my Apps. It was said that you have to log in at least every 60 days, or your money will be gone, this makes sense to me and does not bother me at all.

Here comes things regarding development. AWS changed something, AWSiOSSDK became legacy and people should go with each individual framework for EC2, S3, and so on. Also, universal credential is no longer preferred and should create different virtual users for different access (this is really a great news!). I had made some changes to the aws-manager code, made EC2 works but S3 part still has some problem that I haven’t figured out why, but anyhow, this is a great progress, I just need to spend another hour or two to get this fixed.

ISAPI filter is making great progress, at least my simple filter works now, although it just does an unconditional redirect. Actually this should have been working at least a week ago, but … I stupidly change Visual Studio Express’ setting, made a Debug build actually output everything to a Release directory, so all my efforts to make things work doesn’t make sense at all. I still could not recall why I made the change, but most likely at the time I started play with VS and I’m not that familiar with it. However, all the time spent on the debug was not a waste, as there are so many things I learnt ๐Ÿ˜› – 32bit filter on 64bit IIS, attach to debug, different APIs, and so on.

I also complete conditional setting for Nginx filter, this was done in Apache module quite a while back but I was just too lazy to add the feature to Nginx. It was actually less then 20 lines of code, though.

Another thing is not so great but anyhow a good news, is that I decided to play with Scala and will be using Lift as the web framework. I will spend some time on this to get familiar with Java Web, then I can write my filter for Servlet Containers.

Maybe I can make all filters up and running by the end of this month? Let’s see :).

Sorry, the comment form is closed at this time.