วันอังคารที่ 21 มิถุนายน พ.ศ. 2559

Java Framework : J2EE Development



Top 10 Java Interview Questions 
http://crunchify.com/top-10-java-interview-questions-answers-must-read-before-appearing-for-any-java-interview/

Java Annotations 
-ทำความเข้าใจกับ Java Annotations
http://crunchify.com/understanding-java-annotation-annotation-examples/

Java Calendar
-การเพิ่มนาทีที่ Calendar Object
http://crunchify.com/java-how-to-add-n-minutes-to-calendar-data-object/

Java Cookies
-การจัดการ Java Servlet Session ด้วย Cookies
http://crunchify.com/how-to-do-java-servlet-session-management-using-cookies/

Java Date
-การคำนวณเวลาด้วย Java Date
http://crunchify.com/how-to-calculate-the-difference-between-two-java-date-instances/

Java Mail
-การส่ง Email ด้วย Java MailAPI กับวิธีการเพิ่มไฟล์รูปขนาดใหญ่เพื่อส่ง E-mail
http://crunchify.com/how-send-email-using-java-mailapi-with-large-image-attachment/

-ตัวอย่าง Java MailAPI (การส่ง Email ด้วย GMail SMTP (TLS Authentication))
http://crunchify.com/java-mailapi-example-send-an-email-via-gmail-smtp/

-การสร้าง Validate Email Address ด้วย Java Mail API
http://crunchify.com/how-to-validate-email-address-using-java-mail-api/

Java Exception
-การเกิด Exception ใน thread “main” java.lang.UnsupportedClassVersionError: (com/crunchify/Main : Unsupported major.minor version 51.0)
http://crunchify.com/exception-in-thread-main-java-lang-unsupportedclassversionerror-comcrunchifymain-unsupported-major-minor-version-51-0/

-การกำหนดวิธีตรวจสอบและไม่ตรวจสอบ Exceptions
http://crunchify.com/better-understanding-on-checked-vs-unchecked-exceptions-how-to-handle-exception-better-way-in-java/

-java.lang.UnsatisfiedLinkError
http://crunchify.com/how-to-fix-java-lang-unsatisfiedlinkerror-no-snappyjava-in-java-library-path-error/

Java Hibernate
-พื้นฐานการใช้ Hibernate
http://crunchify.com/lessons-to-learn-fundamental-of-hibernate-core-implementation/

Java Interface
-วิธีใช้งาน Java Interface
http://crunchify.com/what-is-an-interface-in-java-how-its-used-java-tutorial-example-attached/

Java IO
-วิธีการบันทึกและโหลดข้อมูลจากไฟล์ (I/O Read-Write Operation)
http://crunchify.com/java-saving-and-loading-data-from-a-file-simple-production-ready-utility-for-file-readwrite-operation/

-Java NIO (Non-blocking I/O) กับตัวอย่างการใช้งานระหว่าง Server-Client (java.nio.ByteBuffer และ channels.Selector : Java NIO Vs. IO)
http://crunchify.com/java-nio-non-blocking-io-with-server-client-example-java-nio-bytebuffer-and-channels-selector-java-nio-vs-io/

Java Iterate Loop
-5 วิธีที่จะ Iterate Through Loop ใน Java
http://crunchify.com/how-to-iterate-through-java-list-4-way-to-iterate-through-loop/

-พื้นฐาน Java Iterator, ListIterator และ ConcurrentModificationException
http://crunchify.com/java-iterator-listiterator-fundamentals-concurrentmodificationexception/

Java JDBC
-ความแตกต่าง ระหว่าง JDBC’s Statement, PreparedStatement และ CallableStatement
http://crunchify.com/what-are-the-difference-between-jdbcs-statement-preparedstatement-and-callablestatement/

-การเชื่อมต่อ JDBC กับ MySQL ด้วย BasicDataSource
http://crunchify.com/java-what-is-basicdatasource-how-to-create-basicdatasource-object/

-การเชื่อมต่อ JDBC กับ Oracle Database และตัวอย่างการ ExecuteQuery ใน Java
http://crunchify.com/simple-oracle-database-jdbc-connect-and-executequery-example-in-java/

Java Jar File
http://crunchify.com/in-java-how-to-find-list-of-all-class-names-from-inside-jar-file-jar-class-finder-utility/

Java JUnit
-การใช้ JUnit 4.x
http://crunchify.com/simple-junit-4-tutorial-hello-world-example/

Java 8 Stream API Operations and Lambda Expression
http://crunchify.com/java-8-stream-operations-and-lambda-expression-tutorial/

Java Log4j
-การ configure log4j.properties และตัวอย่างการใช้งาน Program
http://crunchify.com/java-how-to-configure-log4j-logger-property-correctly/

-การกำหนด Logging Level ใน Log4j (Configuring Log4j)
http://crunchify.com/java-how-to-create-your-own-logging-level-in-log4j-configuring-log4j/

-การสร้าง Logging สำหรับ Enterprise Java Application
http://crunchify.com/better-logging-for-your-enterprise-java-application-crunchifybetterlog4jlogging-java/

-การแสดง ERROR StatusLogger No log4j2
http://crunchify.com/error-statuslogger-no-log4j2-configuration-file-found-using-default-configuration-logging-only-errors-to-the-console/

-การใช้ Log File Tailer (tail -f) ใน Java
http://crunchify.com/log-file-tailer-tail-f-implementation-in-java-best-way-to-tail-any-file-programmatically/

Java OSGi
-เข้าใจในหลักของ OSGi โดยใช้หลัก Puzzle Approach
http://crunchify.com/understand-osgi-concepts-try-to-follow-the-puzzle-approach/

Java Package
-การ Import Packages
http://crunchify.com/java-simple-way-to-import-all-missing-packages-at-once/

Java Prime Number
-การค้นหา Prime Number ใน Java
http://crunchify.com/in-java-how-to-find-if-number-is-prime-or-not-best-way-to-generate-prime-number-in-java/

Java QR Code
-การสร้าง QR Code Generator
http://crunchify.com/java-simple-qr-code-generator-example/

Java Random
-การ Random Number ในภาษา Java
http://crunchify.com/how-to-generate-random-number-in-java-with-some-variations/

-การ Random Key-Value Element จากการใช้ HashMap
http://crunchify.com/java-how-to-get-random-key-value-element-from-hashmap/

Java Regular Expression
-อะไร คือ RegEx Pattern (Regular Expression)
http://crunchify.com/what-is-regex-pattern-regular-expression-how-to-use-it-in-java-example-attached/

Java Secure
-UUID, UID, SecureRandom หรือ MessageDigest
http://crunchify.com/uuid-uid-random-or-messagedigest-number-of-ways-to-create-unique-idkey-in-java/

Java SVN
-การ Setup WordPress Plugin ใน Eclipse และการใช้งาน SVN สำหรับ WordPress Plugin Development
http://crunchify.com/eclipse-and-wordpress-plugin-svn-repository-connectivity/

Java Timer
-Operation n Number ของ Times
http://crunchify.com/how-to-retry-operation-n-number-of-times-in-java/

-การ Convert Time ระหว่าง Timezone
http://crunchify.com/how-to-convert-time-between-timezone-in-java/

-Java Timer และ TimerTask
http://crunchify.com/java-timer-and-timertask-reminder-class-tutorials-example/

-Java 8 java.time.temporal.TemporalAdjusters และ Stream.flatMap()
http://crunchify.com/java-8-temporaladjusters-and-stream-flatmap-tutorial/

-การลบ Expired Elements จาก HashMap และการเพิ่ม Elements
http://crunchify.com/clean-expired-element-from-map-while-adding-elements-at-the-same-time-java-timer-timertask-and-futures-complete-examples/

Java Transaction
-Lock(), UnLock(), ReentrantLock(), TryLock() และความแตกต่างระหว่าง Synchronized Block ใน Java
http://crunchify.com/what-is-lock-unlock-reentrantlock-trylock-and-how-its-different-from-synchronized-block-in-java/

Java Command
-การแสดง Name Server  Java โดยใช้ Dig command
http://crunchify.com/best-way-to-get-any-domains-zone-records-mx-and-name-server-in-java-using-dig-command/

Java Reflection
-การสร้าง Java POJO ด้วย Reflection API (ClassName, DeclaredFields, ObjectType, SuperType)
http://crunchify.com/create-simple-pojo-and-multiple-java-reflection-examples/

Java XML
-วิธีการนับจำนวน XML Elements ใน Java
http://crunchify.com/simple-way-to-count-number-of-xml-elements-in-java/

-วิธีการเขียน XML (DOM) File ใน Java
http://crunchify.com/java-simple-way-to-write-xml-dom-file-in-java/

-วิธีการใช้งาน XML XPath Parser ทำอย่างไรถึงจะส่งข้อมูล XML โดยใช้ XPath ใน Java
http://crunchify.com/java-xml-xpath-parser-how-to-parse-xml-document-using-xpath-in-java/

Java File
-การ Upload หลาย Files โดยกำหนด Location ใช้งานเฉพาะ
http://crunchify.com/spring-mvc-tutorial-how-to-upload-multiple-files-to-specific-location/

Java Linux
-tcpdump Linux Command ด้วย Java Process Class และ TCP/IP Packets
http://crunchify.com/how-to-execute-tcpdump-linux-command-using-java-process-class-and-capture-tcpip-packets/

-การใช้ Regular Expression (RegEx)
http://crunchify.com/what-is-uptime-in-linux-and-how-to-parse-result-in-java-using-regular-expression-regex/

Java Packages
http://crunchify.com/java-simple-way-to-import-all-missing-packages-at-once/

Java Design Pattern
-Factory Design Method Pattern
http://crunchify.com/java-factory-design-method-pattern-object-oriented-design-design-patterns/

-Singleton Object & Employee (Java POJO & Detailed TestCase)
http://crunchify.com/complete-end-to-end-java-tutorial-with-singleton-object-employee-crunchify-object-pojo-detailed-testcase/

Java Utils
-java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException?
http://crunchify.com/org-apache-catalina-lifecycleexception/

-fix “org.eclipse.jst.ws.util.JspUtils cannot be resolved to a type” เพื่อแก้ปัญหา Error ใน Eclipse
http://crunchify.com/how-to-fix-org-eclipse-jst-ws-util-jsputils-cannot-be-resolved-to-a-type-error-in-eclipse/

-Java Regex (java.util.regex.Matcher)
http://crunchify.com/java-regular-expression-matcher-all-in-one-tutorial/

-java.util.Map และ java.util.List ใน Java 8
http://crunchify.com/in-java-8-how-to-iterate-through-java-util-map-and-java-util-list-example-attached-with-total-5-different-ways/

Java JSP
-JSP file validation ใน Eclipse
http://crunchify.com/how-to-exclude-jsp-file-validation-in-eclipse/

ไม่มีความคิดเห็น:

แสดงความคิดเห็น