sabato 30 ottobre 2010

CMS Comparing

Testing most popular CMS these are thue results.

in riferimento a: Testing popular CMS and blogging systems » cip-labs (visualizza su Google Sidewiki)

mercoledì 27 ottobre 2010

Good JAVA SCJP Mock tests sites

Complete list at this site

http://faq.javaranch.com/java/ScjpMockTests

Future's IT Techonologies

Do you want to know the future of IT developing techologies.
An IBM survey has asked to developer communities.
These are the results :

http://www.ibm.com/developerworks/aboutdw/2010survey-results/index.html?cmp=dwfal&cpb=dw&ct=dwcom&cr=dwcom&ccy=zz




sabato 23 ottobre 2010

ZK,JQuery & J2EE

Ajax develpement by ZK tools and J2EE contanier.Good IBM tutorial.

in riferimento a: Enhance Ajax development with a fusion of jQuery, ZK, and Java code (visualizza su Google Sidewiki)

sabato 16 ottobre 2010

JAMon

A tomcat monitoring webapplication, is a good alternative to lambda proe and jakarta jmeter.

in riferimento a: JAMon - Documentation (visualizza su Google Sidewiki)

giovedì 14 ottobre 2010

Oracle Insert as select forcing a value for a column

Oracle Tips
<code type="SQL">
INSERT INTO  RPTIMI_W
 SELECT   
 CDIDEDIP,
  CDAZIEND,
  CDDIPEND,
-- Set value of column in a specified value, 
to_number('201010' || SUBSTR(to_CHAR(CLTIMBRA),7,2)) as CLTIMBRA,
  MTTIMBRA ,
  CDVERSOT ,
  CDLIDUSR ,
  CDFUNZIO ,
  FLPRODUZ ,
  FLMANUAL ,
  NRVERSIO ,
  CDUSERID ,
  CDLIVTIM FROM RPTIMI_w where  CDDIPEND = 1 AND CLTIMBRA BETWEEN 20040301 AND 20040331

</code>

domenica 3 ottobre 2010

JSON oriented db

Mongo db is ajson oriented db for web 2.0 ajax application.

in riferimento a: MongoDB (visualizza su Google Sidewiki)