Advertisement
Nickname
issam
Registered since:
July 28, 2009
Short bio:
 
Home page:
 
Total posts:
30

Forum posts by Lahlali Issam:

2 pages [ 1 2 Next ]
Posted in All Buzz Forum, Jan 10, 2015, 10:15 PM
Many Java static analysis tools exist right there, each one focus on a specific area and has its advantages, we can enumerate: Pmd which is a static rule-set based Java source code analyzer that identifies potential problems like: Possible bugs—Empty try/catch/finally/switch blocks. Dead code—Unused local variables, parameters and private...
Posted in Java Buzz Forum, Jan 10, 2015, 10:15 PM
Many Java static analysis tools exist right there, each one focus on a specific area and has its advantages, we can enumerate: Pmd which is a static rule-set based Java source code analyzer that identifies potential problems like: Possible bugs—Empty try/catch/finally/switch blocks. Dead code—Unused local variables, parameters and private...
Posted in All Buzz Forum, Jan 27, 2014, 12:10 AM
Robert C.Martin wrote an interesting article about a set of metrics that can be used to measure the quality of an object-oriented design in terms of the interdependence between the subsystems of that design. Here’s from the article what he said about the interdependence between modules: What is it that makes a design rigid, fragile […]
Posted in Java Buzz Forum, Jan 27, 2014, 12:10 AM
Robert C.Martin wrote an interesting article about a set of metrics that can be used to measure the quality of an object-oriented design in terms of the interdependence between the subsystems of that design. Here’s from the article what he said about the interdependence between modules: What is it that makes a design rigid, fragile […]
Posted in All Buzz Forum, Jan 9, 2014, 10:15 PM
Relational database management systems are the most commonly used system to store and use data, but for extremely large amounts of data, this kind of system doesn’t scale up properly. The concept of “NoSQL”(Not Only SQL) has been spreading due to the growing demand for relational database alternatives. The biggest motivation behind...
Posted in Java Buzz Forum, Jan 9, 2014, 10:15 PM
Relational database management systems are the most commonly used system to store and use data, but for extremely large amounts of data, this kind of system doesn’t scale up properly. The concept of “NoSQL”(Not Only SQL) has been spreading due to the growing demand for relational database alternatives. The biggest motivation behind...
Posted in All Buzz Forum, Nov 25, 2013, 12:32 AM
Many Java static analysis tools exist right there, each one focus on a specific area and has its advantages, we can enumerate: Pmd which is a static rule-set based Java source code analyzer that identifies potential problems like: Possible bugs—Empty try/catch/finally/switch blocks. Dead code—Unused local variables, parameters and private...
Posted in Java Buzz Forum, Nov 25, 2013, 12:32 AM
Many Java static analysis tools exist right there, each one focus on a specific area and has its advantages, we can enumerate: Pmd which is a static rule-set based Java source code analyzer that identifies potential problems like: Possible bugs—Empty try/catch/finally/switch blocks. Dead code—Unused local variables, parameters and private...
Posted in All Buzz Forum, May 4, 2013, 9:58 PM
JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code. In this article we will take a look inside [...]
Posted in Java Buzz Forum, May 4, 2013, 9:58 PM
JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code. In this article we will take a look inside [...]
Posted in All Buzz Forum, Apr 14, 2013, 3:13 PM
Robert C.Martin wrote an interesting article about a set of metrics that can be used to measure the quality of an object-oriented design in terms of the interdependence between the subsystems of that design. Here’s from the article what he said about the interdependance between modules: What is it that makes a design rigid, fragile [...]
Posted in Java Buzz Forum, Apr 14, 2013, 3:13 PM
Robert C.Martin wrote an interesting article about a set of metrics that can be used to measure the quality of an object-oriented design in terms of the interdependence between the subsystems of that design. Here’s from the article what he said about the interdependance between modules: What is it that makes a design rigid, fragile [...]
Posted in All Buzz Forum, Apr 4, 2013, 12:43 AM
C# introduced the internal keyword to enables information hiding across program boundaries. It can improve the ease of maintenance on much larger programs. When a public class is declared as internal, it’s accessible from the assembly containing this class, but hidden from any other assembly using it. Java doesn’t have an equivalent...
Posted in Java Buzz Forum, Apr 4, 2013, 12:43 AM
C# introduced the internal keyword to enables information hiding across program boundaries. It can improve the ease of maintenance on much larger programs. When a public class is declared as internal, it’s accessible from the assembly containing this class, but hidden from any other assembly using it. Java doesn’t have an equivalent...
Posted in All Buzz Forum, Apr 1, 2013, 2:43 PM
Hibernate is an open source Java persistence framework project. Perform powerful object relational mapping and query databases using HQL and SQL. In general the widely used libraries are well designed and implemented, and it’s very interesting to learn from them some coding best practices, Let’s take a look inside the hibernate core...
2 pages [ 1 2 Next ]
Advertisement