-
Dynamic languages troubles
Jan 30, 2008 路 3 min read en blog-objectsrootcom 路 again ant api arc build business car code complex database design easy eclipse example fix hard hosting http ibm import java lion microsoft perl php plugin project projects python ruby simple small smalltalk software sql system tools trouble ui unix war web world 路I have read http://www.manageability.org/blog/stuff/chandler-failure and I think it is very danger way of exposing concepts.
Read More -
After my past experience with bad hosting provider, I am happy to say I have find a very good hosting service. If you need VPS hosting, Rimuhosting is a very good choice.
Read More -
Introduzione
Quando Java nacque nel 1995, aveva parecchie frecce al suo arco, ma anche molta incertezza. Ricordo che in universit脿 fu accolto con favore dall'ambiente accademico, per le sue spiccate doti didattiche.
Java era pi霉 semplice da insegnare del C++, e aveva una libreria di base molto ben organizzata. Era gi脿 previsto l'uso della proto-annotazione "@deprecated" perch茅 Sun sapeva che avrebbe dovuto far evolvere l'API, e questo evidenziava la cura e l'attenzione per l'organizzazione del lavoro del project management. Ai tempi Sun puntava sulle Java Applet e sugli aspetti di sicurezza, in cui Java eccelleva. Bench茅 la vocazione di Sun fosse enterprise, ancora le specifiche EJB erano al di l脿 da venire.
L'osservazione dei miei colleghi pi霉 scafati, che usavano PHP e Perl er ache Java era troppo pesante (in termini di memoria consumata) e lento (essendo interpretato) per i piccoli microcomputer da 12Mb che affollavano le nostre case.
Nel 2009, quattordici anni dopo, le cose sono cambiate e ora anche i pc di casa hanno sistemi a due processori e 4GB di RAM. Java 猫 ancora lento e pesante ?
Vediamo come sviluppare applicazioni leggere e compatte in Java...
Read More -
A Gioorgi.com abbiamo una sezione di ricerca e sviluppo, dove abbiamo la necessit脿 di provare diversi tipi di ambienti in situazioni live: prova e ti riprova, abbiamo consolidato una certa esperienza in soluzioni Java Enterprise a "consumo ridotto".
In questa serie di articoli (di cui state leggendo la seconda puntata) vediamo come ottenere un'ambiente Java leggero, LAMP-like che gira in una manciata di Megabytes...
Read More -
Nei precedenti articoli abbiamo visto come creare un applicazione Java agile, evitando il blasone delle specifiche J2EE. Dopo aver valutato (scartandola) una soluzione 2-tier molto simile a quelle fattibili in PHP, ci siamo focalizzati su una soluzione basata su Spring.
Read More -
LINQBridge is a re-implementation of all the standard query operators in Framework 3.5's System.Linq.Enumerable class. It's designed to work with the C# 3.0 compiler, as used by Visual Studio 2008. LINQBridge comprises a LINQ to Objects API for running local queries. (It doesn't include an implementation of LINQ to SQL, nor LINQ to XML; a good compromise can be to force Framework 3.5 out to just the server machines, allowing LINQ to SQL to be used where it's needed most).
via linqbridge - Re-implementation of LINQ to Objects for .NET Framework 2.0There are a lot of legacy project out of there. Some customer will ask you to add a simple .NET 2.0 web service to a big application, and they will not switch to C# 3.5 for that.
Read More -
聽 聽Dapper is a single file you can drop in to your project that will extend your IDbConnection interface. [...]
A key feature of Dapper is performance. The following metrics show how long it takes to execute 500 SELECT statements against a DB and map the data returned to objects.
Read More