The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic Programming and user felipegaucho

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


Programming

A sample code to expose the secret Calendars in your JDK.
on Jul 23, 2007 | Permalink | Discuss
When you create an i18n file, you must escape some special characters with a preceding backslash, right? :value! or \:value\! ?
on Jul 16, 2007 | Permalink | Discuss
The Java Black Belt competition during Jazoon'07 was a fun and exciting moment, all those geeks competing for the great prize in front a large audience. As an old Java developer I obviously tried and I guess my performance was pretty well.
on Jul 2, 2007 | Permalink | Discuss
Imagine you are starting a new project and you can adopt anything you want to produce a web-application or a desktop client. What kind of technology would you prefer? Why?
on Jun 13, 2007 | Permalink | Discuss
JavaBlackBelt Challenge will be held at Jazoon'07, your chance to prove your Java skills against your international opponents.
on May 21, 2007 | Permalink | Discuss
ELCA announced an entry level scriptlet competition at Jazoon'07, with focus on innovative thinking and rapid application development based on the new features of the JDK 6 or based on Groovy.
on Apr 11, 2007 | Permalink | Discuss
A quiz for helping absolute beginners in understanding the concepts of OO Programming. Useful for students reviewing and also for teachers looking for classroom material.
on Jul 17, 2006 | Permalink | Discuss
We have made some experiments with the creation of an Eclipse Warning to detect the usage of the println in the code. Every time a developer type System.out.prinltn(...), the warning icon appears beside his code. A sample code is provided.
on Mar 9, 2006 | Permalink | Discuss
Web Application Security Vulnerabilities are a tricky area that needs creative solutions. Several frameworks solve a lot of problems for you and it may cause a weak perception about what really happens into the underneath code. This entry comments the Html Injection Filter - a set of classes that prevent Html injection into Cejug-Classifieds Project.
on Nov 2, 2005 | Permalink | Discuss
Few years ago people produced bank applications with less than 1Mb of memory (do you remember ambar screens?). Nowadays, any computer without 1Gb RAM seems useless for the developers. Part of this complexity comes from the user demand - friendly GUIs, robust systems to inapt users and the sophisticated technology and tools. Other aspect is about the interoperability among systems that pushes the simplicity away (SOA? EJB?). It is a natural motion in the software industry and people are not worried about that - but there is the developers side. If one starts a simple project without thinking about its size, a system could depends on 10 Mb or more just to read mails and save files, and that's seems to be a next quality concern.
on Oct 8, 2005 | Permalink | Discuss