最新发布第1755页
Design Patterns: Factory Pattern, Part 2
Design Patterns: Factory Pattern, Part 2,originally posted on: henricodesjava.blog Happy new year everyone! Hope you’re excited about a new year of coding, learning, and growing W...
Testing legacy code, part 2: Bending the rules
Testing legacy code, part 2: Bending the rules,So, you decided to add some tests to your ugly looking code. You have prepared the test scenarios you would like to test. You are sta...
Kotlin DSL: From Theory to Practice
Kotlin DSL: From Theory to Practice,SQL, RegExp, Gradle — what do they have in common? All of them represent an example of using domain-specific languages, or DSLs. Languages of t...
Testing legacy code, part 1: How to start
Testing legacy code, part 1: How to start,I am starting this miniseries which is a continuation of my previous article on why I think legacy codebase should be tested. I will be mo...
Android custom progress bar
Android custom progress bar,Hello every one, Any help will be appreciated! I am trying to create smth like this: https://thepracticaldev.s3.amazonaws.com/i/u7ch7cc6fdm0xt2s5g46.png...
Code Generation Is Easy – With Picocog
Code Generation Is Easy - With Picocog,Picocog is a lightweight and new open-source Java library created to make programmatic code generation (or metaprogramming) clean, and easy t...
Spring Boot With Weblogic and Oracle Database
Spring Boot With Weblogic and Oracle Database,Can we integrate Spring Boot with WebLogic 12.1.2 server and with Oracle database? 原文链接:Spring Boot With Weblogic and Oracle Data...
Introducing Maze Generator [Java]
Introducing Maze Generator [Java],This is a project I made for the subject Data Structures at my university. Its name describes it pretty much, it generates random labyrinths, and ...
When Hungarian notation lies hidden in plain sight
When Hungarian notation lies hidden in plain sight,Like all historical artifacts, Hungarian notation once made sense. Namely, it made sense in the absence of type checking. Start w...
Servlet API 4.0のJavaDocを日本語に翻訳しました。
Servlet API 4.0のJavaDocを日本語に翻訳しました。,Servlet API 4.0のJavaDocを日本語に翻訳しました。 以下からどうぞ。 https://megascus.github.io/servlet-spec/docs/apidocs/index.html ...
Java Applet Development Services for Extreme Performance and Scalability
Java Applet Development Services for Extreme Performance and Scalability,As a Java development service provider, TatvaSoft of India has the expertise in different Java technologies...
automation test engineers and OOP
automation test engineers and OOP,My fellow test engineers need to re-read OOP principles and understand their value and really start using them. E.g. they write - class Epic { Typ...