Submitted by heartin on Fri, 06/08/2018 - 22:28
Single File Systems
Users could make their own revisions of a document, commit changes, and merge them together. However, these systems (e.g. TCS) operates only on single files. It has no way of working with an entire project, so it does not support atomic commits affecting multiple files.
Examples include SCCS, RCS etc.
Submitted by heartin on Sat, 06/02/2018 - 04:38
Groovy is designed as a companion to Java and not as a replacement language for Java. Groovy interoperates with other Java code and libraries smoothly. Everything you can do with Groovy can be done using Java, but Groovy help us reduce the amount of code written to a great extend.
Submitted by heartin on Sat, 06/02/2018 - 04:31
Apache Groovy is an optionally typed and dynamic object-oriented programming language written for the Java platform, with features similar to those of Python, Ruby, Perl etc. Other JVM Based languages include Scala, Groovy, Klotin, Clojure, JRuby, Jython.
Submitted by heartin on Mon, 04/02/2018 - 00:42
Maven is primarily a build automation tool used for building mostly Java projects and is maintained by the Apache Software Foundation. Maven, a Yiddish word meaning accumulator of knowledge, was originally started in Jakarta Turbine project.
Maven’s objectives (as per maven.apache.org) are:
-
Making the build process easy
-
Providing a uniform build system
-
Providing quality project information
Submitted by heartin on Thu, 07/13/2017 - 20:33
Will list our common issues, tips and tricks for unit testing concurrency code written in Spring. You will usually be using a unit testing framework such as JUnit or TestNG.
Pages