Vendo Sofá e Estante
Esse negócio chamado Internet é ótimo pra vender coisas. Eu mesmo, coloquei à venda meu sofá e minha estante. Se alguém estiver interessado, por favor me procura!
Segue fotos:
![]() |
| Moveis para Vender |
Esse negócio chamado Internet é ótimo pra vender coisas. Eu mesmo, coloquei à venda meu sofá e minha estante. Se alguém estiver interessado, por favor me procura!
Segue fotos:
![]() |
| Moveis para Vender |
15:28 Link Permanente postado por Bruno B 0 comentários
tags: Geral
Uma das coisas boas da comunidade Java é a vontade que muitas pessoas tem em contribuir com a própria comunidade. O Cristiano Kliemann, um dos membros da Wicket-pt_BR mostrou isso ao disponibilizar o material do Curso de Wicket que ele ministrou há algum tempo atrás.
Tenho certeza que este material será de grande valia para muita gente.
Valeu Cristiano!
00:11 Link Permanente postado por Bruno B 0 comentários
tags: Wicket
[~/apache-couchdb-0.9.0]$ ./configure --with-erlang=/usr/lib64/erlang/usr/include/The parameter above is needed because the script cannot find on Fedora, where the headers of Erlang are located. After this step, you should be ready to compile with make, and then install it as root with make install. But if you are NOT like me that likes to do things really fast - compile, install, run - you can create an RPM package. For this, you have to install rpmdevtools too. Follow this guide of How to create an RPM package.
$ sudo couchdbOpen your web browser and point it to this URL: http://127.0.0.1:5984/.
01:01 Link Permanente postado por Bruno B 0 comentários

Alright, so I've just submitted a JIRA issue to the Apache Camel project, donating the source code of this component. Anybody interested just follow this link and download the component itself or wait to see if they commit it into the SCM.
The component can publish, like I've showed you on my last post, and also consume some user's twitter page / the friend's timeline of someone or the public timeline. It's really cool.
If you wanna try it by yourself, just download the attachment, set up the maven project as a module of Apache Camel (yes, you will have to download the whole Apache Camel sourcecode tree) and then build it. Or... edit the pom.xml to fix some parent references. I hope you know something about Apache Maven too.
On my next post, I promise to show you how to use it and all the possible parameters. Or take a look at the source code and play with it.
Have fun. :-)
18:56 Link Permanente postado por Bruno B 0 comentários
On my first post I introduced you about a problem a customer brought to me to solve. And I thought using Apache Camel to advertise on Twitter could actually fit into his business needs (and mine as well). The first thing I had to think about was on how to receive ads from different customers in different formats. This way I could let them continue to use any format they are already using to publish ads online.
public class TweetAd {
private TwitterAccount account;
private String advertisement;
// getters and setters
} from("file:ads-inbox")
.to("bean:loadTwitterAccountHeaders")
.to("bean:transformIntoTweetAd")
.to("direct:tweets");
from("direct:tweets").to("twitter:publisher"); from("bean:amazonAWSAds")
.transform(body().convertToString())
.to("twitter:amazon?user=amazon&pass=nozama");15:53 Link Permanente postado por Bruno B 2 comentários
| |||||
| |||||