PUBLIC   marks

PUBLIC MARKS with tag java

Sponsorised links

Yesterday

12 May 2008

Le site du zéro

by jmgachoud & 19 others
Tutoriels et cours de formation à Linux, aux langage C, C+, Java, etc..

08 May 2008

Sponsorised links

06 May 2008

Is symfony 1.1 too verbose?

by kasi77 & 1 other
Among the remarks have about symfony 1.1, the most recurring one is the shift of philosophy between the 1.0 and 1.1 syntax. If symfony 1.0 syntax was made to write code fast, I believe it is not the case anymore with symfony 1.1, which is designed primarily for extensibility. The result is that a symfony 1.1 application looks a lot more like a Java program. I tend to agree that Object-Orientation is a good thing because it forces you to organize your code in a modular way. But when object-orientation makes you need to keep a symfony book aside at all times and multiply the number of LOC by two, I think it's a dead end.

05 May 2008

Comet Daily » Blog Archive » 20,000 Reasons Why Comet Scales

by greut

After some recent optimizations, the Dojo Cometd implementation of the Bayeux protocol running on the Jetty web server can now handle up to 20,000 simultaneous users per server while maintaining sub-second latency.

impressive numbers. Does the Twisted one can beat that?

02 May 2008

Scala and XML processing made easy

by BlueVoodoo
Scala lets you navigate and process parsed XML in several ways. It also has first class support for XML built right in, so you don't need to create strings of XML or programmatically build DOM trees. In this article, you will see these aspects of Scala in action and see how Scala can make working with XML a joy to do.

Tapestry

by roulian & 1 other
Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java. Tapestry complements and builds upon the standard Java Servlet API, and so it works in any servlet container or application server.

Write Java Apps with purQuery Inline Method

by idaashley
IBM pureQuery is a high-performance Java data access platform focused on simplifying the tasks of developing and managing applications that access data. This article introduces the pureQuery inline method programming style, and discusses how users can use it to efficiently query and update databases. Also explore benefits and key features of using the inline method.

01 May 2008

Make JUnit Testing Java Apps Easy with Grester

by idaashley
As a developer, you run tests multiple times per day, but how badly would they break if the sources had to change? Now you can quickly find out with Grester, an Apache Maven wrapper around Jester. Grester alleviates the burden of dealing with the annoyances of constructing a Java classpath from project dependencies so you can test your execution points more easily, using Jester.

Intégration PHP / JasperReports

by rmaltete
Ce document a pour but d'expliquer comment mettre en oeuvre l'appel de rapports réalisés au format JasperReports depuis une application PHP via le pont PHP / JAVA Bridge.

30 April 2008

Bind JavaBeans to RDF with Jenabean

by BlueVoodoo
The Resource Description Framework (RDF) is the World Wide Web Consortium (W3C) proposed standard for linking and expressing data on the Web. Java developers who develop applications for the Semantic Web will need to convert RDF properties to or from Java types. Jenabean uses the Jena Semantic Web framework's flexible RDF/OWL API to persist JavaBeans, making the task of writing these applications easier and more familiar to Java developers.

HIBERNATE Reference Guide-

by aromino
Hibernate - Relational Persistence for Idiomatic Java

28 April 2008

SQuirreL SQL Client Home Page

by rmaltete & 6 others
Overview SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc, see Introduction. The minimum version of Java supported is 1.5.x as of SQuirreL version 2.4. See the Old Versions page for versions of SQuirreL that will work with older versions of Java. SQuirreL's functionality can be extended through the use of plugins.

25 April 2008

Hands-off load testing with Apache

by BlueVoodoo
Load testing is often relegated to late-cycle activities, but it doesn't need to be that way. In this installment of Automation for the people, automation expert Paul Duvall describes how you can discover and fix problems throughout the development cycle by creating a scheduled integration build that runs JMeter tests.

23 April 2008

Strategies and best practices for modern ORM tools

by BlueVoodoo
Although many developers use object-relational mapping (ORM) tools for their applications' persistence tier, some are confused about how to use them and duplicate code unnecessarily. This article covers the basics of a consistent, concise domain model and persistence tier.

22 April 2008

DaoGen - Data Access Object Code Generator

by Tiagut
DaoGen is a program source code generator, designed to make database programming easier. DaoGen will generate fully working extendable source code for Data Access Object (DAO) classes according to the DAO design pattern. Currently DaoGen can generate source for Java and PHP languages with generic SQL databases.

21 April 2008

16 April 2008

15 April 2008

Protecting JavaBeans in JSF applications

by BlueVoodoo
Learn how to use Acegi to secure access to JavaBeans in JavaServer Faces (JSF) applications. You can configure secure beans in a variety of ways, including using Acegi-secured inversion-of-control (IOC) beans directly in your JSF tags.

14 April 2008

SiteMesh - SiteMesh Overview

by holyver
# SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in creating large sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required. # SiteMesh intercepts requests to any static or dynamically generated HTML page requested through the web-server, parses the page, obtains properties and data from the content and generates an appropriate final page with modifications to the original. This is based upon the well-known GangOfFour Decorator design pattern. # SiteMesh can also include entire HTML pages as a Panel within another page. This is similar to a Server-Side Include, except that the HTML document will be modified to create a visual window (using the document's Meta-data as an aid) within a page. Using this feature, Portal type web sites can be built very quickly and effectively. This is based upon the well-known GangOfFour Composite design pattern. # SiteMesh is built using Java 2 with Servlet, JSP and XML technologies. This makes it ideal for use with J2EE applications, however it can be integrated with server-side web architectures that are not Java based such as CGI (Perl/Python/C/C /etc), PHP, Cold Fusion, etc... # SiteMesh is very extensible and is designed in a way in which it is easy to extend for custom needs.

11 April 2008

Platypus Page Layout and Typesetting Software

by jpcaruana (via)
Platypus is a full-featured and easy-to-use page layout and typesetting system. Inspired by technologies such as TeX, Platypus adds new features and, especially, ease of use to the generation of documents of all kinds. It is particularly adept at listing code, and so is frequently used for documentation. Input consists of text files with embedded formatting commands. These files are converted by Platypus to PDF, HTML, or Microsoft Rich Text Format (RTF). Platypus is written in Java and relies on the iText library. It is available at no charge under the Apache open-source license. For more information, see the links to the left.

PUBLIC TAGS related to tag java

no tag

Sponsorised links