• home
  • forum
  • my
  • kt
  • download
  • this:1/9 25records  total:216    start  Previous  Next  Last    goto:
    Struts Export JSP to Excel Tutorial
    ON: 2009-04-16 15:08:07
    In this tutorial you will learn how to export JSP page to Excel in Struts. An example along with the required jar files can be downloaded for free.
    92 times | category: [JSP and Servlets]
    Avoid Java transactions pitfalls with Spring
    ON: 2009-04-16 14:59:58
    Transaction processing should achieve a high degree of data integrity and consistency. This article, the first in a series on developing an effective transaction strategy for the Java platform, introduces common transaction pitfalls that can prevent you from reaching this goal. Using code examples from the Spring Framework and the Enterprise JavaBeans (EJB) 3.0 specification, series author Mark Richards explains these all-too-common mistakes.
    130 times | category: [Security]
    Eclipse DLTK IDE for Perl, Python, and PHP scripting
    ON: 2009-04-16 14:58:44

    Eclipse presents a wealth of capabilities for building tools for compiled languages like C and the Java programming language, but provides little support for scripting languages like Perl, Python, and PHP. For these and similar languages, the Eclipse Dynamic Languages Toolkit (DLTK) comes to the rescue. This tutorial Walks you through the process of building a DLTK-based IDE and provides sample code for each step.
    18 times | category: [General Java]
    Developing JavaFX with NetBeans on linux
    ON: 2009-04-16 14:58:03
    Here is a quick short tutorial on how to setup NetBeans + JavaFX 1.0 to run under linux for those that do not want to wait on sun releasing a penguin version of their SDK
    5 times | category: [General Java]
    Deploying an Eclipse-based application with Java Web Start
    ON: 2009-04-16 14:57:20
    Java Web Start (JWS) technology allows you to deploy applications over the Internet with a single click. If you couple JWS with the ability to build an application on the Eclipse Platform, you have a pretty powerful combination. Learn how to build a small, bare-bones application built on the Eclipse Framework and deploy it through Java Web Start (JWS) — a technology you can use to deploy Java applications easily over standard Internet sites, enabling easy upgrades and distribution.
    7 times | category: [General Java]
    Understand the Anatomy of a Web attack or else
    ON: 2009-04-16 14:52:30
    Never underestimate or lose respect for those looking to do you harm: You do so at your own peril. Today, more and more applications are being hosted on the Internet. As organizations have moved their applications to this environment, the threats have increased 100-fold. To avoid becoming a victim, understand what you face, how attacks are carried out, and how you can employ proper defensive measures. A little research and understanding can go a long way.
    6 times | category: [Applet Building]
    Getting Started With Apache Struts
    ON: 2009-04-16 14:47:01
    In this tutorial you will learn how to create and execute a simple hello world program in Struts. You can also download the source code along with the jar files for free.
    39 times | category: [JSP and Servlets]
    Java Persistence / Hibernate performance tips
    ON: 2009-04-16 14:42:52
    There is a incredible choice of options to improve the performance of Hibernate application. This article describes for different use cases how to improve the performance.
    63 times | category: [Database Related]
    Hibernate Search with Lucene
    ON: 2009-04-16 14:39:11
    The tutorial explain how to use the Hibernate Search based on Lucene. Full source code is included with the tutorial. There is an outlook to advanced features as well.
    75 times | category: [Database Related]
    sMash RESTful server-driven content negotiation
    ON: 2009-04-16 14:30:59
    Content negotiation is an important part of RESTful architecture. This article demonstrated ways in which you can build content negotiation into sMash RESTful applications using server-driven negotiation of media types using the Accept header. The questions and techniques posed here also really apply to other Accept headers as well.
    13 times | category: [Applet Building]
    Better looking Grails apps are possible with CSS
    ON: 2009-04-16 13:48:31
    This article focuses on dramatically changing the look and feel of a Grails application. With a few lines of CSS, you can change colors, fonts, and the spacing around block elements. Through partial templates and TagLibs, you can create some reusable snippets of code. In the end, you have all the benefits of the Grails framework and an application that has its very own look and feel, that looks nothing like an out-of-the-box Grails application you have ever seen.
    79 times | category: [Applet Building]
    Essential Java resources
    ON: 2009-04-16 13:45:21
    This article presents a vast list of the key resources any up-and-coming Java developer should have. To avoid the appearance of bias or undue influence, I decided to throw a call to the blogosphere for resources: Web sites, conferences, books, blogs, tools, anything that seemed like it would be of interest and use to Java developers. As with any kind of list of this sort, there is always room for reasonable debate as to what should be included that wasn't or what was included that shouldn't have been. Thats where you come in - help scrub this list down or up to the right size.
    10 times | category: [General Java]
    Optimizing N-tier J2EE apps on UNIX
    ON: 2009-04-16 13:44:10
    Optimization should be a part of every application's deployment and maintenance process. This article explores techniques for identifying and addressing problem areas in existing applications and highlighted N-tier J2EE, Java coding, and JVM optimizations that can improve the performance of both new and existing applications.
    9 times | category: [General Java]
    Struts Displaytag TableDecorator Tutorial
    ON: 2009-04-16 13:40:03
    In this example you will learn how to use TableDecorator in displaytag. The complete source code of the example along with the required jar files is available for free download.
    202 times | category: [JSP and Servlets]
    Struts Export to Excel, PDF, CSV and XML using Display tag Tutorial
    ON: 2009-04-16 11:32:14
    In this example you will learn how to Export the data grid to Excel, PDF, CVS and XML using DisplayTag in Struts. The complete source code of the example along with the required jar files is available for free download.
    445 times | category: [JSP and Servlets]
    Struts Pagination and Sorting using Display tag Tutorial
    ON: 2009-04-16 11:14:09
    In this example you will learn how to create a data grid using display tag in Struts. The complete source code of the example along with the required jar files is available for free download.
    372 times | category: [JSP and Servlets]
    Struts Export JSP Page to Excel Tutorial
    ON: 2009-04-16 11:03:48
    In this example you will learn how to Export a JSP page to Excel in Struts. The complete source code of the example along with the required jar files is available for free download.
    19 times | category: [JSP and Servlets]
    Struts Client-Side JavaScript Validation
    ON: 2009-04-16 11:00:07
    In this example you will learn how to perform Client-Side JavaScript Validation in Struts. The complete source code of the example along with the required jar files is available for free download.
    118 times | category: [JSP and Servlets]
    Struts Highlighting Error Fileds
    ON: 2009-04-16 10:56:26
    In this example you will learn how to Highlight Error Fields in Struts. The complete source code of the example along with the required jar files is available for free download.
    31 times | category: [JSP and Servlets]
    Struts Tiles Tutorial
    ON: 2009-04-16 10:49:27
    In this example you will learn how to create a Tile Layout using Struts. The complete source code of the example along with the required jar files is available for free download.
    94 times | category: [JSP and Servlets]
    Struts Validator Framework Tutorial
    ON: 2009-04-16 10:43:59
    In this example you will learn how to use Validator Framework in Struts. The complete source code of the example along with the required jar files is available for free download.
    16 times | category: [JSP and Servlets]
    Struts DynaActionForm Tutorial
    ON: 2009-04-16 10:39:41
    In this example you will learn how to create DynaActionForm in Struts. The complete source code of the example along with the required jar files is available for free download.
    15 times | category: [JSP and Servlets]
    Struts LookupDispatchAction Tutorial
    ON: 2009-04-16 10:35:24
    In this example you will learn how to create LookupDispatchAction in Struts. The complete source code of the example along with the required jar files is available for free download.
    9 times | category: [JSP and Servlets]
    Struts DispatchAction Tutorial
    ON: 2009-04-16 10:31:37
    In this example you will learn how to create DispatchAction in Struts. The complete source code of the example along with the required jar files is available for free download.
    9 times | category: [JSP and Servlets]
    Struts Login Page Tutorial
    ON: 2009-04-16 10:23:44
    In this example you will learn how to create a Login Page using Struts. The complete source code of the example along with the required jar files is available for free download.
    16 times | category: [JSP and Servlets]
    this:1/9 25records  total:216    start  Previous  Next  Last    goto:

    Category

      Applet Building (9)
      Application Building (9)
      Communication (1)
      Database Related (14)
      Development (13)
      EJB (14)
      Game Programming (5)
      General Java (71)
      Javabeans (4)
      JSP and Servlets (25)
      Miscellaneous (28)
      Networking (1)
      Security (3)
      Swing (13)
      WAP and WML (2)
      XML and Java (4)