VOOZH about

URL: https://www.javacodegeeks.com/author/Zemian-Deng

⇱ Zemian Deng, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Zemian DengMay 25th, 2015
    5 939

    Getting version string from a Maven based web application

    When you package a maven project, it will automatically generate a pom.properties file inside that will contains the version, artifactId…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengFebruary 12th, 2015
    0 160

    EE JSP: Generating Dynamic Content with JSTL Tag Libraries

    Besides writing your own Custom Tags in JSP, you will find that Java EE actually provides a set of Java…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengFebruary 5th, 2015
    0 175

    EE JSP: Generating Dynamic Content with Custom Tag Libraries

    When developing View layer in a web application, you want to try not to duplicate content in JSP files as…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengJanuary 30th, 2015
    0 130

    EE JSP: The Reversed Jacket of Servlet

    Generating HTML from Servlet is only practical if you have small amount of pages, or needed fine control of the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengJanuary 21st, 2015
    0 197

    EE Servlet 3: Developing User Login with Session and Filter

    I have introduced the Application class in my previous post where you can setup backend services. One example service I…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengJanuary 13th, 2015
    0 113

    EE Servlet 3: How to Setup Backend Services in a Web Application

    In a web application, providing user interfacing (UI) is often only half of the job. Many applications have requirements that’s…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengJanuary 9th, 2015
    0 97

    EE Servlet 3: Simple Form Processing

    Form handling in web application is like bread and butter for most Web developers. It will not be much use…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Zemian DengJanuary 5th, 2015
    1 126

    EE Servlet 3: Generating HTML output in Servlet

    If you just need to handle a handful of requests URI in your EE web module, then it might be…

    Read More »
  • Software Development👁 Image
    Zemian DengDecember 22nd, 2014
    2 135

    Writing your own logging service?

    Application logging is one those things like favorite Editors war: everyone has their own opinions and there are endless of…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close