public marks

PUBLIC MARKS with tags dev & java

This year

2010

JSMin (Online Javascript version of this Tool) - A filter which removes comments and unnecessary whitespace from JavaScript files

by decembre & 1 other
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.You can automate this process with a minimizing application which you can find here and an on-line javascript version here ______ You should note that while comments are useful for maintaining the code, they are a liability itself in Javascript since they will be transmitted along with the code to each and every page load, which can create substantial bandwidth penalties and increase the load time of your page for users. This doesn't mean you shouldn't comment your code, just that once your code is "finished" you should make a backup copy with the comments, then strip out all the comments in the file which is actually sent to the user.

Project Zero: Home

by nhoizey
"Delivering the best of agile Web 2.0 with PHP scripting, REST and Dojo in an integrated runtime and tooling package: IBM WebSphere sMash"

jEdit - Programmer's Text Editor -- présentation

by decembre & 15 others
Editeur de texte, un programmeur d'âge mûr... Bat de nombreux outils de développement coûteux pour les fonctionnalités et la facilité d'utilisation, logiciel libre, avec une large collection de plugins . Quelques caractéristiques de jEdit: * Ecrit en Java, il fonctionne sur Mac OS X, OS / 2, Unix, VMS et Windows. * Intégre le langage de macro, l'architecture de plugin extensible. Des dizaines de macros et les plugins disponibles. * Gestionnaire de "plugin" . * Auto-indentation, et la coloration syntaxique pour plus de 130 langues. * Supporte un grand nombre de codages de caractères UTF8 et dont l'Unicode. * Cacher de manière sélective les régions du texte. * Word Wrap. * Hautement configurable et personnalisable. * Tout autre élément, à la fois de base et avancée, vous pouvez vous attendre à trouver dans un éditeur de texte. Voir la Fonctions Page Pour une liste complète.

Solr - Le meilleur moteur de recherche libre au monde

by decembre & 2 others
Le meilleur moteur de recherche libre au monde, pour fournir à vos utilisateurs une expérience de recherche incomparable

iText, a F/OSS Java-PDF library: Product

by parmentierf
iText is a library that allows you to generate PDF files on the fly.

Grails en quelques mots (Le Touilleur Express)

by nhoizey
« nous, développeurs Javas, devons nous remettre en question d’urgence. En voyant des projets sur PHP ou Ruby on Rails, j’ai un peu la gueule de bois avec mon Java. Je pense que pour le développement d’applications Webs, il faut revoir notre manière de penser, notre manière de travailler »

2009

Monitoring d'applications Java avec VisualVM - Tux-planet

by nicolargo (via)
Contrôler la CPU/mémoire... de son application Java

Play! 1.0 final is out

by nhoizey
Développer en Java comme les fans de Java reprochaient aux développeurs PHP de le faire ("fix it and hit reload", "share nothing", etc.) c'est possible ! Troll ?

noop - Project Hosting on Google Code

by parmentierf & 1 other (via)
Noop (pronounced noh-awp, like the machine instruction) is a new language experiment that attempts to blend the best lessons of languages old and new, while syntactically encouraging industry best-practices and discouraging the worst offenses. Noop is initially targeted to run on the Java Virtual Machine

Tutoriel XPath - Developpez.com - Club des décideurs et professionnels en Informatique

by decembre
XPath est décrit sur : XPath 1.0 standard . Dans ce tutoriel une sélection des caractéristiques de XPath sont démontrées dans de nombreux exemples. Vous pouvez commencer par : * Exemple 1 ou par le menu de gauche. Origine de ce document : Ce document est issu du site ZVON et est disponible à l'adresse suivante * Tutorial XPath en français

Parcours de fichiers XML avec XPath - Club des décideurs et professionnels en Informatique

by decembre
Parcours de fichiers XML avec XPath (Date de mise à jour : 29/06/2007) II-A. Qu'est ce que XPath ? II-B. Solutions Java pour XPath II-C. Environnement requis III. Principe de fonctionnement III-A. Vue d'ensemble III-B. La syntaxe XPath III-C. XPath appliqué au Java IV. Exemple de mise en oeuvre IV-A. Le fichier XML considéré IV-B. La classe principale

JavaScript Deobfuscator - Show you what JavaScript gets to run on a web page,

by decembre
This add-on will show you what JavaScript gets to run on a web page, even if it is obfuscated and generated on the fly. Simply open JavaScript Deobfuscator from the Tools menu and watch the scripts being compiled/executed.

2008

DZone

by roulian
* DZone is a free link-sharing community for developers * anyone can submit new links to the incoming queue * members vote on upcoming links to determine what gets promoted * everyone can browse, search and comment on links

DaoGen - Data Access Object Code Generator

by Tiagut & 1 other
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.

Terrier Information Retrieval Platform

by parmentierf (via)
Terrier is a highly flexible, efficient, effective, and robust search engine, readily deployable on large-scale collections of documents. Terrier implements state-of-the-art indexing and retrieval functionalities. Terrier provides an ideal platform for the rapid development of large-scale retrieval applications. The open source version of Terrier provides a comprehensive, flexible, robust, and transparent platform for research and experimentation in text retrieval. The research put into Terrier constantly expands towards new branches of the wider information retrieval field, making Terrier an ideal, strong, modular, and state-of-the-art platform for developing, assessing, and evaluating new concepts and ideas. Terrier is written in Java, and was used for Web and Enterprise search, Desktop, Intranet and Vertical search engines, as well as developing and evaluating novel large-scale text information retrieval techniques and applications.

Echo2 | Echo Web Framework

by parmentierf (via)
Echo is a platform for building web-based applications that approach the capabilities of rich clients. The applications are developed using a component-oriented and event-driven API, eliminating the need to deal with the "page-based" nature of browsers. To the developer, Echo works just like a user interface toolkit.

java.net: Three Rules for Effective Exception Handling

by Elryk & 1 other
Article intéressant sur la gestion des exceptions. Les commentaires ajoutent de nombreux liens : "Best Practices in EJB Exception Handling" http://www-106.ibm.com/developerworks/java/library/j-ejbexcept.html "Best Practices for Exception Handling" http://www.onjava.com/pub/a/onjava/2003/11/19/exceptions.html "Designing with Exceptions" http://www.javaworld.com/jw-07-1998/jw-07-techniques.html "Exceptions in Java" http://www.javaworld.com/jw-07-1998/jw-07-exceptions.html "Exceptional Practices, Part 1" http://www.javaworld.com/javaworld/jw-08-2001/jw-0803-exceptions.html "Exceptional Practices, Part 2" http://www.javaworld.com/javaworld/jw-09-2001/jw-0914-exceptions.html "When catching exceptions, don't cast your net too wide" http://www.javaworld.com/javaworld/javatips/jw-javatip134.html "Use nested exceptions" http://www.javaworld.com/javaworld/javatips/jw-javatip91.html "Beware the dangers of generic exceptions" http://www.javaworld.com/javaworld/jw-10-2003/jw-1003-generics.html

2007

Xebia Web Framework Contest par J2EE, Agilité et SOA : Le blog de Xebia France

by nhoizey
4 équipes ont développé la même application web, chacune avec un framework (très) différent. Les frameworks retenus étaient : Struts2, Google Web ToolKit (GWT), Wicket, My Faces (JSF).

Nati Shalom's Blog: Why most large-scale Web sites are not written in Java

by nhoizey
The application stack of these Web applications is very different from the stack that mission-critical applications in the financial world are built with.

GWT Designer from Instantiations

by parmentierf & 1 other (via)
GWT Designer™ is a GUI creator that supports GWT. Use GWT Designer's visual tools and wizards, and Java code will be generated for you. You don't need to write any lines of Java code, but you can fully edit the resulting Java if you wish.

Quercus: PHP in Java

by nhoizey & 2 others
Quercus is Caucho Technology's fast, open-source, 100% Java implementation of the PHP language.

PUBLIC TAGS related to tag dev

adobe +   Adobe:Air +   app +   application +   code +   design +   flash +   flex +   flickr +   FlickrSurf+ +   freeware +   generateur +   generator +   icon +   icone +   Korben +   online +   outil +   publication +   publier +   publish +   reference +   site +   tool +   tutorial +   tutoriel +   web2.0 +   webdesign +  

Active users

mfaure
last mark : 27/02/2012 09:17

decembre
last mark : 21/08/2010 13:28

nhoizey
last mark : 30/04/2010 10:52

parmentierf
last mark : 17/03/2010 09:13

nicolargo
last mark : 10/12/2009 15:16

roulian
last mark : 23/07/2008 07:34

Tiagut
last mark : 22/04/2008 22:46

tadeufilippini
last mark : 14/04/2008 11:10

Elryk
last mark : 25/01/2008 09:26