NetBeans
NetBeans is a IDE for Java. As of 2023, it is maintained by Apache. Things you need to Configure when creating a Project in NetBeans Setting the License Header of Source Code Files Right click on the project, select “Properties”…
NetBeans is a IDE for Java. As of 2023, it is maintained by Apache. Things you need to Configure when creating a Project in NetBeans Setting the License Header of Source Code Files Right click on the project, select “Properties”…
This post summarizes some Java Build Automation Tools List of Java Build Automation Tools Java Build Automation Tools featured on this post: Maven Maven is a build automation tool used primarily for Java projects.. Is is a development project within…
This post covers some aspects related to software license Apache License, version 2.0. Introduction to Apache License, version 2.0 Apache License, version 2.0 is a permissive open-source license. Among the most popular permissive licenses, it is probably the one that…
This post explains how to make a multilingual Java application. Introduction to Property files in Java As language changes depending on each computer and the region, it is considered locale specific. Locale-specific information in Java is stored in .property files…
This post explains how to make an international application in Java. Aspects to consider when making an International Application in Java There are some aspects to take into account when making an international Java application: Language When making an international…
Unified Modeling Language (UML) is a modelling language for software engineering. UML has been adopted as a standard by the Object Management Group (OMG) and International Standard Organization (ISO). Object Contraint Language (OCL) defines the rules for model elements. In…
This post lists some books about free software and related topics, like the Free Software Foundation (FSF) and Richard Stallman. List of Books about Free and Open Software Books about free software featured on this post: You can find most…
The so-called golden age of Spanish software (in Spanish, época dorada del software español) matches the lifespan of 8-bit home computers, when Spanish companies played a main role on developments for these computers, specially ZX Spectrum. For this home computer,…
A software design pattern, in the context of software engineering, is a general, reusable solution to a commonly occurring problem within a given context in software design. Main categories for software design patterns: A full list of most common software…
This post lists some secure development frameworks. Secure Development Frameworks List of Secure Development Frameworks: Secure Software Development Framework (SSDF) OWASP Security Knowledge Framework (OWASP-SKF) SEI CERT Coding Standards Secure Software Development Framework (SSDF) Secue Software Development Framework (SSDF)…