排序
Architecture of a JavaFX application
Architecture of a JavaFX application, Introduction I am developing JavaFX applications for about 5 years now and used different architecture patterns for it. First i started with M...
Sending an email within a Java Application
Sending an email within a Java Application,Hi all, I decided to pick up the old textbook and start to learn more about Java (I know, I should understand most of it by this point :D...
Introducing re-agent: Java undo/redo & command delegation
Introducing re-agent: Java undo/redo & command delegation, As a preface, this is my first library, and somewhat embarrassingly, my first blog post . Any feedback would be greatly a...
JPA Code example (Ep.1)
JPA Code example (Ep.1), เกริ่นไปเรื่อย บทนี้อาจจะดูวุ่นวายนิดหน่อยครับ แต่ไม่ปัญหาที่เราจะติดอะไร เพราะ...
Top 5 Programming Languages
Top 5 Programming Languages,Hi all, I was asked recently to make a Top 5 list for the Pondering Nerdcast (video is found here https://www.youtube.com/watch?v=sG3ZWgbR7Rk) and my li...
86 Days of code
86 Days of code,Hello Dev.to Community! Recently I read about the #100DaysOfCode Challenge and it excited me. Lately I have lost touch of coding due to several reasons (busy gettin...
Eclipseでサーブレットプログラムを作成する
Eclipseでサーブレットプログラムを作成する,Eclipseをまだ導入されていない方はこちらの記事を参考にEclipseを導入してください。 1プロジェクトの作成 サーブレットの簡単なプロジェクトを作...
พื้นฐาน JPA[ ep.2 ]
พื้นฐาน JPA[ ep.2 ], เกริ่นไปเรื่อย การเขียนโปรแกรมติดต่อฐานข้อมูลด้วยภาษา Java ส่วนใหญ่พื้นฐานเราจะ...
Eclipseの導入方法と簡単なJavaプログラムの実行方法
Eclipseの導入方法と簡単なJavaプログラムの実行方法,Eclipseの導入とサンプルアプリケーションの実行までを行います。 なお執筆時点での筆者の環境は OS:Windows7 32bit ブラウザ:Google Chrom...
Interesting features of Aspose.Imaging
Interesting features of Aspose.Imaging,Hello, in this article I'm going to list what distinguishes Aspose.Imaging from other similar software and generally about it's interesting f...
Interesting features of Aspose.CAD
Interesting features of Aspose.CAD,Hello, in this article I'm going to list what distinguishes Aspose.CAD from other similar software and generally about it's interesting features....
Final classes in Java
Final classes in Java,There have been some discussions about the final keyword applied to classes in Java. To put it simple: when a class is declared final, you can't create a sub ...