Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic J2EE and user felipegaucho

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


J2EE

I just updated the Cejug-Classifieds Project to support Maven 2 builds and I added some new features, including a Shell Script able to configure the resources and also to deploy the the application in the Glassfish V3. The script creates all Java EE resources required by the application, like the DataSource, the JavaMail connection and the JMS Queues. In the next sections I will describe how to...
on Mar 4, 2010 | Permalink | Discuss
When I comment in mailing lists that I am implementing a registration module for my application, hundreds of other developers comment they are coding exactly the same functionality in their projects - an indicator that something is missing in the Java EE Universe.
on Nov 24, 2009 | Permalink | Discuss
Poison messages are a common threat to java EE applications using JMS resources, but there are a few tricks you can use to workaround them.
on Sep 24, 2009 | Permalink | Discuss
To bypass the optimistic locking is a common mistake when we expose domain models through web-services. The well know and avoidable trap continue to catch the ones that insist in to persist without optimism.
on Aug 3, 2009 | Permalink | Discuss
The Executive Committee for SE/EE has approved the Public Review Ballot for JSR #315.
on Jan 15, 2009 | Permalink | Discuss
The last decade of the XXth century was marked by the HTML advent, from a simple language rendered by the Web Browsers to the standard de facto of Internet contents: web-pages, mail and business applications. No doubt the HTML is the most sucessfuly language in the software industry but, despite this amazing supremacy in the web publishing, it seems the end of HTML life-cycle is coming.
on Jul 3, 2006 | Permalink | Discuss

Web Services and XML

One of the most controversial but yet powerful techniques for integrating distributed systems is the JSONP format, a javascript function that bypasses the same origin policy of the browser. Jersey provides built-in support for JSONP and this blog demonstrates how to benefit from this feature. When JSONP is a good option? The controversial around JSONP is...
on Feb 25, 2010 | Permalink | Discuss
Registration is one of most implemented use cases ever, but things get a bit different when you try to implement it in a RESTful Web-Service.
on Oct 2, 2009 | Permalink | Discuss
Rule of thumb: Avoid to use {variables} as the first path of a Jersey's @Path I am working on the Arena PUJ Project, a RESTful web-service to support PUJ competitions. We are in the early stages of the project but we already got some resources published on the web. Let me show you a few URL samples: An insecure GET method to read all competitions promoted by a JUG: GET /{competition_id}/...
on Sep 17, 2009 | Permalink | Discuss

Security

After configuring Hudson to run in a Glassfish with security manager enabled I started to have problems in other applications, specially web applications using reflection to access private fields in Java classes. Over the web I noticed a lot of people struggling with the same issue (Seam, GWT, Vaadin, etc). The problem is caused because most of the modern...
on Jan 2, 2010 | Permalink | Discuss

Databases

JPA has its puzzles and from time to time it is useful to write down that tricky solution for our mapping needs.This entry describes a ManyToMany relationship with an additional state in the intermediate table.
on Oct 24, 2009 | Permalink | Discuss
Can you compile, deploy and test your Java EE projects with just 1 line of command? Check it out.
on Oct 9, 2009 | Permalink | Discuss

Research

Lately I am working in a new pet project, quite interesting and perhaps you also have nice ideas on how to improve it.
on Sep 7, 2009 | Permalink | Discuss