Sandra Parsick - Just Another Blog about IT
open-menucloseme
Home
About
Site Notice
Privacy Policy
github twitter linkedin rss
  • My Notes From Conference "Herbstcampus 2015"

    calendar Nov 22, 2015 · 1 min read · cobol conference hc15 herbstcampus herbstcampus2015 notes software architecture software documentation solid design team building technical debt  ·
    Share on: twitter facebook linkedin copy

    In September I visited the conference "Herbstcampus" in Nuremberg. I took notes about some sessions, that I like to share with you. The notes are in German. SOLIDes Design - Kriterien für objektorientiertes Design by David Tanzer Wie geht's? Was geht? Wann hat es Sinn? - Portierung von COBOL-Programmen …


    Read More
  • How To Debug Groovy Script From Shell

    calendar Nov 2, 2015 · 1 min read · groovy how-to jvm shell  ·
    Share on: twitter facebook linkedin copy

    Groovy is a scripting language, so it is possible to run Groovy code without compiling to Java byte code. The necessary condition is that Groovy is installed on your machine. Then, running a Groovy script in a shell looks like the following line. 1groovy TestScript.groovy Now, something is wrong with the script, only …


    Read More
  • Git Resources for Beginner

    calendar Oct 19, 2015 · 1 min read · beginner how-to resource  ·
    Share on: twitter facebook linkedin copy

    In this post I'd like to share resources that help me learning and understanding Git. Links "Getting Git Right" tutorials Interactive Git Cheatsheet git ready Collection of tips based on use cases. Article "Git ist einfach – wenn man weiß, wie" (in German) This article describes how the data model …


    Read More
  • (Not only) Internet Sources About Writing Software Documentation

    calendar Oct 5, 2015 · 2 min read · arc42 software architecture software documentation  ·
    Share on: twitter facebook linkedin copy

    Last update: 2019-11-04 I was asked some time ago, which sources I used in order to inform me about writing software documentation. This motivates me to collect all sources, that helps me, in this blog post. Most of the sources are in German. Links Arc42 Homepage: This site is about the Arc42 template. This template …


    Read More
  • Commons VFS, SSHJ and JSch in Comparison

    calendar Jul 30, 2015 · 7 min read · commons-vfs jsch sftp ssh sshj  ·
    Share on: twitter facebook linkedin copy

    Some weeks ago I evaluated some SSH libraries for Java. The main requirements to them are file transferring and file operations on a remote machine. Therefore, it exists a network protocol based on SSH, SSH File Transfer Protocol (or SFTP). So I needed a SSH library that supports SFTP. A research shows that it exits …


    Read More
  • Unit And Integration Test Reports For Maven Projects In SonarQube 4.5.1

    calendar Jan 30, 2015 · 6 min read · integration-testing jacoco maven sonarqube test-coverage test-report unit-testing  ·
    Share on: twitter facebook linkedin copy

    Since SonarQube 4.2. the test report isn't generated by the Sonar Maven Plugin during a Maven build (see SonarQube's blog post) . Therefore, the test report has to be generated by another plugin before Sonar Maven Plugin collects the information for the SonarQube server. Here, Jacoco Maven Plugin can help. It has the …


    Read More
  • Vagrant Home and Vagrant Dot File On NTFS Partition Mounted In A Linux System

    calendar Nov 18, 2014 · 2 min read · linux mount ntfs vagrant  ·
    Share on: twitter facebook linkedin copy

    I use Vagrant together with VirtualBox on an Ubuntu based Linux system. Because my internal SSD drive isn't so large, I outsource the location of VirtualBox's VMs to an external HDD drive with a NTFS partition. Additionally, I set Vagrant's environment variables VAGRANT_DOTFILE_PATH and VAGRANT_HOME so, that the …


    Read More
  • Salt SSH Installation on Centos 5.5

    calendar Nov 1, 2014 · 3 min read · agentless centos5 linux python salt saltstack ssh  ·
    Share on: twitter facebook linkedin copy

    Salt has the option to manage servers agentlessly. Agentless means that the targets don't need a agent process. The master orchestrates the target system over SSH. Therefor it exists an own command called _salt-shh. _ The following sections explain how to install Salt SSH on a CentOs 5.5 and how to configure minimally …


    Read More
  • Salt Installation On Centos 5.5

    calendar Oct 18, 2014 · 2 min read · centos5 python salt saltstack zeromq  ·
    Share on: twitter facebook linkedin copy

    When you follow the instruction step in the installation guide for Centos 5.5, the package manager automatically installs ZeroMQ in version 2.2. This ZeroMQ version makes some troubles. Therefore, Salt recommends using ZeroMQ in version >= 3.2. There is no ZeroMQ package for this version available in the official …


    Read More
  • Configuration over JNDI in Spring Framework

    calendar Oct 4, 2014 · 3 min read · jndi spring  ·
    Share on: twitter facebook linkedin copy

    From a certain point on, an application has to be configurable. Spring Framework has a nice auxiliary tool for this issue since the first version 0.9 , the class PropertyPlaceholderConfigurer and since Spring Framework 3.1 the class PropertySourcesPlaceholderConfigurer. When you start a Google search for …


    Read More
    • ««
    • «
    • 2
    • 3
    • 4
    • 5
    • 6
    • »
    • »»

Sandra Parsick

Software Developer, Consultant, Java Champion.
Read More

Featured Posts

  • Passing Variables Through GitLab Pipelines
  • Pimp My Git - Manage Different Git Authentications
  • My Preparation for CKAD Exam
  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support
  • Pimp My Git - Manage Different Git Identities
  • Generate P2 Repository From Maven Artifacts In 2017

Recent Posts

  • Passing Variables Through GitLab Pipelines
  • Pimp My Git - Manage Different Git Authentications
  • How to Debug Jenkins remotely
  • My Preparation for CKAD Exam
  • How to Measure Test Coverage in Invoker Tests with JaCoCo
  • Test Coverage Reports For Maven Projects In SonarQube 8.3.x
  • Using Testcontainers in Spring Boot Tests For Database Integration Tests
  • Test Environment for Ansible on a Windows System Without Linux Subsystem Support

Categories

CONTINUOUS-INTEGRATION 30 JAVA 17 JVM 12 MAVEN 10 JENKINS 8 LINUX 8 QUALITY-ASSURANCE 8 TESTING 8 WINDOWS 8 GIT 6 OSGI 6 CONFIGURATION-MANAGEMENT 5 NEXUS 5 MAVEN-TYCHO 4
All Categories
ANSIBLE2 CONFERENCE3 CONFIGURATION-MANAGEMENT5 CONTINUOUS-INTEGRATION30 GIT6 GITLAB1 GROOVY3 JAVA17 JENKINS8 JUNIT3 JVM12 KUBERNETES1 LINUX8 MAVEN10 MAVEN-TYCHO4 NEXUS5 NODE.JS1 OSGI6 POWERSHELL2 QUALITY-ASSURANCE8 READING-TIPS3 SALT2 SONARQUBE2 SPRING-BOOT1 SPRING-FRAMEWORK4 TESTCONTAINERS1 TESTING8 VAGRANT3 WINDOWS8
[A~Z][0~9]

Tags

MAVEN 10 JENKINS 8 LINUX 8 GROOVY 7 INTEGRATION-TESTING 5 SPRING 5 ECLIPSE-RCP 4 HOW-TO 4 MAVEN-TYCHO 4 NEXUS 4 OSGI 4 TEST-REPORT 4 AUTOMATION 3 GIT 3
All Tags
AGENTLESS1 AGILE1 ANSIBLE1 APACHE22 ARC421 AUTHENTICATION1 AUTOMATION3 BARCAMP1 BASH2 BEGINNER1 BOWER-REPOSITORY1 BUILD2 CENTOS52 CERTIFICATION1 CHEAT-SHEET1 CLASSPATH1 CMD2 COBOL1 CODE-FORMATTING1 CODING-DOJO1 COMMONS-VFS1 CONFERENCE2 CONFIGURATION2 CONSOLE21 CYGWIN1 DAEMON1 DEBIAN1 DEBUGGING1 DEPLOYMENT1 DESIGN-PATTERN1 DOCKER1 ECLIPSE-RCP4 EQUINOX1 FORWARDING1 GIT3 GITIGNORE1 GITLAB1 GRADLE1 GROOVY7 HC151 HERBSTCAMPUS1 HERBSTCAMPUS20151 HESSIAN1 HIBERNATE1 HOW-TO4 HSQLDB1 IBM1 IDENTITIES1 INDEX1 INSTALLATION1 INTEGRATION-TESTING5 INTELLIJ2 INTELLJI1 JACOCO3 JAR1 JAVA1 JAVA81 JDBC1 JENKINS8 JERSEY1 JNDI1 JPA1 JSCH1 JUNIT53 JVM2 KATA1 KUBERNETES1 LINUX8 LIVING-DOC1 MANIFESTO1 MAVEN10 MAVEN-INVOKER-PLUGIN1 MAVEN-PLUGIN1 MAVEN-PLUGIN-TESTING1 MAVEN-REPOSITORY2 MAVEN-TYCHO4 MELD1 MERGING1 MIGRATION1 MOCK1 MOUNT1 NETBEANS1 NEXUS4 NOTES1 NPM1 NPM-REGISTRY1 NTFS1 OPENSPACE1 OPS4J1 OSGI4 P22 P2-REPOSITORY3 PAX2 PAX-RUNNER1 PERSONA1 PIPELINE1 PROXY3 PYTHON2 QA2 QS1 RELEASE1 REPOSITORY-MANAGER1 RESOURCE2 REWARDING1 RUBY1 SALT2 SALTSTACK2 SCRIPTING1 SCRUM1 SELENIUM1 SERVERSPEC1 SFTP1 SHELL2 SOCRATES1 SOFTWARE-ARCHITECTURE2 SOFTWARE-DOCUMENTATION2 SOLID-DESIGN1 SONARQUBE2 SPOCK1.X1 SPRING5 SPRING-DATA1 SSH3 SSHJ1 SUBVERSION3 SVENTON1 SWECAMP1 TEAM-BUILDING1 TECHNICAL-DEBT1 TERRAFORM1 TEST-COVERAGE3 TEST-INFRASTRUCTURE1 TEST-REPORT4 TESTCONTAINERS1 TESTING-TESTER-TESTS1 TOMCAT2 TOOL-TIP2 UBUNTU2 UNIT-TESTING3 VAGRANT3 VIRTUAL-HOST1 VIRTUALBOX2 WEBSERVICES1 WINDOWS1 ZEROMQ1
[A~Z][0~9]
Sandra Parsick - Just Another Blog about IT

Copyright  SANDRA PARSICK - JUST ANOTHER BLOG ABOUT IT. All Rights Reserved

to-top