Sorry, this entry is only available in Español.
Sorry, this entry is only available in Español.
Relational database model has been co-existing with us for around a quarter of a century -so much time, right?-, but a new class of database has emerged in the enterprise. I’m talking about NoSQL.
NoSQL, also known as “non-relational” or “cloud”, is a broad class of database management system with significant differences from a classic relational database management system (RDBMS). The stored data not require fixed table schemas. It usually avoids join operations and typically scale horizontally.
The Javascript closure and the Module Pattern application. There can be different and several ideas about which is the best way to use Javascript in our pages towards encapsulate behaviors and actions of the elements in the DOM, and sure there are diferent points of view about this. I think and believe as several people ...Read More
Introduction There has been a lot a discussion lately about using or not HTML5 right now or to wait for greater adoption of it, we are not going to have that discussion here, I’m taking side and say that it should be used right now and not wait for complete adoption and have some of ...Read More
The Temperies IT’s TechLab area allows its members to explore new mass use technologies available in the market to provide new products and services with a bonus of innovation. The Wiimote is a non conventional device that features a range of new applications providing the user a new experience of interacting with the computer. This ...Read More
Just a few words to announce a new release of Oracle Lucene Domain Index, this zip is valid for 10g and 11g database version (10g using back-ported classes from 1.5 to 1.4) This release is compiled using Lucene 3.0.2 version and incorporates a set of new features added, here the list: Added a long awaited functionality, a ...Read More
Modern libraries are compiled with JDK 1.5 and the question is How to deal with these libraries on an Oracle 10g OJVM. Some examples are Lucene 3.x branch or Hadoop. The solution that I tested is using a Java Retro Translator and some complementary libraries. I have tested this solution in Lucene Domain Index 3.x ...Read More