<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Cose Non Javiste</title>
	
	<link>http://www.cosenonjaviste.it</link>
	<description>The Joy of Java and Android</description>
	<lastBuildDate>Tue, 21 May 2013 20:55:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CoseNonJaviste" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cosenonjaviste" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Sviluppo di applicazioni Android con AndroidAnnotations</title>
		<link>http://www.cosenonjaviste.it/sviluppo-di-applicazioni-android-con-androidannotations/</link>
		<comments>http://www.cosenonjaviste.it/sviluppo-di-applicazioni-android-con-androidannotations/#comments</comments>
		<pubDate>Thu, 09 May 2013 10:06:03 +0000</pubDate>
		<dc:creator>Fabio Collini</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[androidannotations]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=8964</guid>
		<description><![CDATA[<a href="http://www.cosenonjaviste.it/wp-content/uploads/2013/04/android-annotations.png"><img src="http://www.cosenonjaviste.it/wp-content/uploads/2013/04/android-annotations.png" alt="android annotations" width="100" height="100" class="alignleft size-full wp-image-9278" /></a>
<p style="text-align:justify">AndroidAnnotations è un framework open source che permette di utilizzare varie annotation nello sviluppo di applicazioni Android. Qualcuno che già sviluppa su Android si sarà chiesto, come mai tutti i framework Java moderni sono basati sulle annotation mentre Android non ne utilizza? Perché è stato fatto un passo indietro? La risposta è che Android è un sistema operativo per dispositivi mobile (ultimamente con processori con 4 core ma pur sempre device mobile!) e per questo deve essere leggero. La gestione delle annotation implica una lettura delle annotation all'avvio dell'applicazione. Questa lettura è abbastanza lenta (è basata sulla reflection), non è un problema per le applicazioni web che sono riavviate una volta ogni tanto ma è un problema per le app Android che devono essere molto veloci a partire.</p>]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/sviluppo-di-applicazioni-android-con-androidannotations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Divide et impera: spremere il processore con il framework Fork/Join</title>
		<link>http://www.cosenonjaviste.it/divide-et-impera-spremere-il-processore-con-il-framework-forkjoin/</link>
		<comments>http://www.cosenonjaviste.it/divide-et-impera-spremere-il-processore-con-il-framework-forkjoin/#comments</comments>
		<pubDate>Mon, 06 May 2013 09:00:59 +0000</pubDate>
		<dc:creator>Giampaolo Trapasso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java7]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[fork]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[java7]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[lambda expressions]]></category>
		<category><![CDATA[multithreading]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=8104</guid>
		<description><![CDATA[Fork/Join è un piccolo framework introdotto in Java7 che permette di ottimizzare l'utilizzo del processore parallelizzando algoritmi CPU-based. In questo articolo verrà spiegato come utilizzare Fork/Join e i principi del suo funzionamento.]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/divide-et-impera-spremere-il-processore-con-il-framework-forkjoin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il primo ScalaDay italiano</title>
		<link>http://www.cosenonjaviste.it/il-primo-scaladay-italiano/</link>
		<comments>http://www.cosenonjaviste.it/il-primo-scaladay-italiano/#comments</comments>
		<pubDate>Fri, 03 May 2013 08:26:19 +0000</pubDate>
		<dc:creator>Giampaolo Trapasso</dc:creator>
				<category><![CDATA[Eventi]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Conferenze]]></category>
		<category><![CDATA[evento]]></category>
		<category><![CDATA[scaladay]]></category>
		<category><![CDATA[scalaitalia]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=9416</guid>
		<description><![CDATA[Il 25 maggio presso il Dipartimento di Informatica dell'Università degli Studi di Milano si terrà il primo ScalaDay italiano. Quattro talk dedicati al linguaggio progettato da Martin Odersky a cura di  <a href="http://scala-italy.it">Scala Italy</a>.]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/il-primo-scaladay-italiano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 8? Non prima del 2014</title>
		<link>http://www.cosenonjaviste.it/java-8-non-prima-del-2014/</link>
		<comments>http://www.cosenonjaviste.it/java-8-non-prima-del-2014/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 09:30:04 +0000</pubDate>
		<dc:creator>Giampaolo Trapasso</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java8]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[espressioni lambda]]></category>
		<category><![CDATA[java8]]></category>
		<category><![CDATA[lambda expressions]]></category>
		<category><![CDATA[Mark Reinhold]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[project lambda]]></category>
		<category><![CDATA[ritardo]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=9376</guid>
		<description><![CDATA[Lo sviluppo di Java 8 è ritardato dai problemi di sicurezza.  Mark Reinhold, Chief Architect di Java conferma lo spostamento della release al 18 marzo 2014.  ]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/java-8-non-prima-del-2014/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUnit Test the REST!</title>
		<link>http://www.cosenonjaviste.it/junit-test-the-rest/</link>
		<comments>http://www.cosenonjaviste.it/junit-test-the-rest/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 08:56:17 +0000</pubDate>
		<dc:creator>Andrea Como</dc:creator>
				<category><![CDATA[JUnit]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[HttpClient]]></category>
		<category><![CDATA[Jersey]]></category>
		<category><![CDATA[RESTEasy]]></category>
		<category><![CDATA[RESTful. REST]]></category>
		<category><![CDATA[RESTFuse]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=6844</guid>
		<description><![CDATA[<p class="text-justify">Ormai sviluppare servizi web secondo l'architettura REST sembra una moda. Era quello che in fondo pensavo prima di leggere REST in Practice, un libro da leggere assolutamente per <em>capire</em> come approcciarsi a  questo nuovo modo di accesso a risorse web. Che poi tanto nuovo non è... bastava accorgersi che HTTP aveva già tutto quello che occorreva per essere un "Application Protocol" e non semplicemente un "Transport Protocol" come siamo abituati ad usarlo.</p>]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/junit-test-the-rest/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CMIS Input plugin per Pentaho Data Integration (Kettle)</title>
		<link>http://www.cosenonjaviste.it/cmis-input-plugin-pentaho-data-integration-kettle/</link>
		<comments>http://www.cosenonjaviste.it/cmis-input-plugin-pentaho-data-integration-kettle/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 08:30:17 +0000</pubDate>
		<dc:creator>Francesco Corti</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[ECM]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[cmis]]></category>
		<category><![CDATA[ETL]]></category>
		<category><![CDATA[GPLv3]]></category>
		<category><![CDATA[Kettle]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[pdi]]></category>
		<category><![CDATA[Pentaho]]></category>
		<category><![CDATA[Pentaho Data Integration]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=9112</guid>
		<description><![CDATA[<p style="text-align:justify">Immagina di poter estrarre dal tuo Enterprise Content Management System tutti i metadati dei tuoi documenti facendo delle semplici interrogazioni con un linguaggio di interrogazione vicino al tradizionale SQL. Tutto questo è possibile all’interno della suite Pentaho, strumento Open Source ed Enterprise di Business Intelligence, utile all’estrazione ed analisi dei dati strutturati e semi strutturati. Con questo obiettivo <b>CMIS Input plugin</b> per <a href="http://kettle.pentaho.com/">Pentaho Data Integration (Kettle)</a> che permette l’interrogazione di Content Management System che utilizzano lo standard di interoperabilità <a href="http://en.wikipedia.org/wiki/Content_Management_Interoperability_Services">CMIS.</a></p>]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/cmis-input-plugin-pentaho-data-integration-kettle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installazione di Alfresco Community 4.2.c su Windows Server 2008, niente bundle</title>
		<link>http://www.cosenonjaviste.it/installazione-alfresco-community-4-2-c-windows-server-2008-niente-bundle/</link>
		<comments>http://www.cosenonjaviste.it/installazione-alfresco-community-4-2-c-windows-server-2008-niente-bundle/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 08:00:01 +0000</pubDate>
		<dc:creator>Francesco Corti</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ecm]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=9051</guid>
		<description><![CDATA[<p class="text-justify">Dopo l'interesse per l'<a href="installazione-passo-per-passo-di-alfresco-community-4-2-c-su-ubuntu-12-04-lts-minimal-64bit-niente-bundle-per-favore/">analogo tutorial su piattaforma Ubuntu 12.04</a> e visto l'interesse suscitato nel <a href="http://forums.alfresco.com/it/forum/utilizzando-alfresco/installazione/errore-installazione-java-non-viene-rilevato-02252013-1111">forum ufficiale di Alfresco</a>, in questo post vediamo insieme come installare <strong>Alfresco Community 4.2.c</strong>, l’ultima versione oggi disponibile del diffusissimo Open Source Enterprise Content Management, su <strong>Windows Server 2008 R2 Standard 64bit</strong> con <strong>Apache Tomcat 7.0.30</strong> e <strong>PostgreSQL 9.0.4</strong>. L'installazione proposta non è la "facile" e comoda <em>bundle</em> consigliata da Alfresco per la valutazione del prodotto, ma la versione più "robusta" consigliata per una più affidabile e manutenibile installazione.</p>]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/installazione-alfresco-community-4-2-c-windows-server-2008-niente-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aperitivo AndroidAnnotations a Firenze</title>
		<link>http://www.cosenonjaviste.it/aperitivo-androidannotations-a-firenze/</link>
		<comments>http://www.cosenonjaviste.it/aperitivo-androidannotations-a-firenze/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 13:35:05 +0000</pubDate>
		<dc:creator>Fabio Collini</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Eventi]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[androidannotations]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=9035</guid>
		<description><![CDATA[<p style="text-align:justify">Il 19 Marzo in centro a Firenze ci sarà un "evento aperitivo" dedicato ad Android organizzato dal GDG Firenze. All'interno di questo evento parlerò di AndroidAnnotations, un framework Android scritto molto bene che permette di sviluppare app Android scrivendo codice più semplice e leggibile sfruttando delle annotation. A parte il talk non mancherà sicuramente l'occasione di scambiare due chiacchiere e confrontarsi sullo sviluppo per Android.</p>]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/aperitivo-androidannotations-a-firenze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guida jQuery UI – Parte I</title>
		<link>http://www.cosenonjaviste.it/guida-jquery-ui-parte-i/</link>
		<comments>http://www.cosenonjaviste.it/guida-jquery-ui-parte-i/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 10:55:01 +0000</pubDate>
		<dc:creator>Gianni Amendola</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Guida jquery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[tutorial jquery]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=8154</guid>
		<description><![CDATA[In questa guida esploreremo il progetto jQuery UI, una libreria open-source di plug-in basata su jQuery e che ne ampia le funzionalità.  jQuery UI fornisce infatti una serie di  caratteristiche (interazioni ed animazioni, effetti avanzati e widgets) che porta in dote alla libreria principale. Infatti lo scopo di questo framework è  di &#8220;estendere&#8221; jQuery, dotandola di ulteriori strumenti, utili soprattutto per la costruzione e ...]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/guida-jquery-ui-parte-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup “a freddo” di Alfresco</title>
		<link>http://www.cosenonjaviste.it/alfresco-backup-a-freddo/</link>
		<comments>http://www.cosenonjaviste.it/alfresco-backup-a-freddo/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 10:55:13 +0000</pubDate>
		<dc:creator>Francesco Corti</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.cosenonjaviste.it/?p=8936</guid>
		<description><![CDATA[<p class="text-justify">Oggi vediamo insieme, in modo pratico e concreto, come realizzare un backup a "freddo" di Alfresco come piace a noi: una lista di comandi e attività da eseguire. Semplice da capire, da applicare e provare!</p>]]></description>
		<wfw:commentRss>http://www.cosenonjaviste.it/alfresco-backup-a-freddo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
