December 2011
4 posts
RT @jruby: New post by @headius: Monitoring Memory Allocation Per Thread (http://t.co/PjBGdzBU)
RT @raichoo: Lead Designer of #scala, Martin @odersky: What’s Next for #scala http://t.co/UumWB8Vj
Great initiative :) “@jsuereth: New @scalatypes episode being recorded now! Feel free to join: https://t.co/DAE6fZTb”
giter8 0.3.2 - implicit.ly →
coderspiel:
Giter8 templates can now use ls to resolve the latest published version of a library.
There is some serious Scala web API ecosystem Zen going on here. Check it out. Oh and it uses parser combinators for the ls(…) business, so it’s l337.
November 2011
5 posts
RT @geekslab: Foram mobilezados mais 3 Hackthletes. Parabéns @banaslee, @TheSaintr e @regadas.
Todos os seleccionados em http://t.co/VMi …
you guys rock! RT @jboner: Akka 1.3 with ZeroMQ support coming this week. #akka
RT @softprops: another one of @djspiewak’s amazing talks - http://t.co/wK7Ihh2L
RT @richardroeper: “I’m Clint F——— Eastwood, and this is what I have to say about gay marriage.” BRAVO. http://t.co/4uhf5p5x
I really enjoy reading things like this http://t.co/TARfuKI3 #git
October 2011
5 posts
Upa Upa RT @r_netsec: Defcon 19 videos now available - http://t.co/prABy84k
RT @funnyfacts_: Practice safe text. Use a comma.
LOL wtf?? http://t.co/PIWX4O1L
RT @portolinux: Reminder: Amanha às 15h encontro técnico, nas instalações do grupo @ work: CouchDB, node.js e Apache Camel http://t.co/2 …
so awesome! :D http://t.co/GAXKfqO6 #scala #heroku #akka
September 2011
6 posts
RT @pnunocarvalho: “Perl is alive! - Nope, chuck testa.” Wouldn’t it be an awesome tshirt? seriously! #chucktesta
RT @scalatra: Scalatra 2.0.0 released: http://t.co/SJsxJuWc /via @rossabaker
#unfiltered and #disptach use #scalate to generate a simple yet elegant documentation site. This should be followed.
Smartcard on linux … f***ing hell!!
#Github as a really cool 500 page … first time I saw it
RT @thecoda: I had to be done! (1800x1800 resolution, ready for zazzle) - http://t.co/bQTuSOe #scala
August 2011
3 posts
This might not be new … I was amazed with this #twitter #finagle #scala http://j.mp/j97pvS worth’s the time. #kickass
Any opinion on this? http://t.co/oNmknDQ
Just made an @EightBit character. Check out my profile http://t.co/FRqy222
July 2011
3 posts
RT @hseeberger: Oops: Don’t use Java 7 for anything! http://t.co/44T3J8e /cc @debasishg
RT @pnunocarvalho: Anyone interested in forming a community around #scala in pt, please head on to http://t.co/wbaYNyk
June 2011
1 post
RT @kintoandar: .@morfeox Super Bock brilliant concept is back #win http://t.co/RA95SiV
March 2011
9 posts
JRuby: add folder to classpath
require 'java'
$CLASSPATH << "your/folder"
RT @hseeberger: #SBT 0.7.5.RC1 is out of the door.
Oh boy … code review time …
RT @deanwampler: “Parallelism is not concurrency”. http://t.co/XpfSrhL
pimping zsh is so much fun … for those of you into it please check this project http://bit.ly/ddP40Q congrats @robbyrussell
Defcon 18 Pwned By the owner What happens when you steal a hackers computer http://www.youtube.com/watch?v=U4oB28ksiIo
Reserve your connect.me username http://cxt.me/rUrvGg #connectme
RT @tarpipe: How to automatically backup your Flickr pictures to your Dropbox: http://t.co/j3491SG
RT @pedrogteixeira: node.js pt group http://t.co/d2K8YCf inscrevam-se! :)
February 2011
15 posts
The Art of Flight (trailer) http://t.co/SnLXz96 via @portalcab
RT @igrigorik: nice post on exception handling tips/tricks in Ruby @ http://bit.ly/fiogXb
RT @methodmissing: Don’t make a living, design a life
RT @bpedro: Interesting: Japan Goggles takes the pain out of understanding Japanese [Video] http://bit.ly/fYYoox
RT @jweslley: “Walking on water and developing software from a specification are easy if both are frozen.” Edward V Berard
Yup might be one of the biggest failures … RT @acangiano: Python 3 Wall of Shame http://bit.ly/hS80ft
RT @pnunocarvalho: @regadas teste
RT @LilithMi: Hello World :D http://bit.ly/g90n57
Star Wars http://www.youtube.com/watch?v=X4SCSGRVAQE&feature=related
can’t sleep :/ better do something useful
testing 1 2 3 move along …
jacerdeira check it http://bit.ly/eauSuZ
bees (CloudBees cmd util) behind proxy.
If you want to deploy an APP and you are behind proxy … don’t forget to set the -Dhttp.proxyHost= -Dhttp.proxyPort= and -Dhttps.proxyHost= -Dhttps.proxyPort= in JAVA_OPTS variable inside the bees cmd file.
Happy deployments!
3 tags
Scalatra on CloudBees
Hi!
For those of you wanting to run a nice scalatra app with scalate on CloudBees, you have to add the scala compiler to the WAR package.
To do that you only have to add the following line to your SBT (assuming your running 0.7.4) project file:
override def webappClasspath = super.webappClasspath +++ buildCompilerJar
Go ahead and test it!