Category: Java

  • 3 Reasons I’m Switching from Eclipse to VSCode as a Java Developer

    3 Reasons I’m Switching from Eclipse to VSCode as a Java Developer

    I have been writing Java code for 22 years, mostly server-side web applications. I started using Eclipse as my primary IDE in 2003, 18 years ago. Since then I’ve used Eclipse, or MyEclipse, if not daily then at least several times a week. And I like it as an IDE. I’ve evangelized it to others,…

  • Jump Start Your App With A Spring User Management App

    Jump Start Your App With A Spring User Management App

      Many of the web applications I build require user management. Registration, Login, that sort of thing. Implementing that properly always takes more time than I expect.  So I’ve written a flexible, easily configurable, User Management Framework on Spring Boot.  It is a fully functional user management application with registration, email verification, login, logout, update…

  • Spring AWS SQS Queue Problem QueueDoesNotExistException

    Spring AWS SQS Queue Problem QueueDoesNotExistException

    [fusion_builder_container hundred_percent=”no” equal_height_columns=”no” menu_anchor=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_color=”” background_image=”” background_position=”center center” background_repeat=”no-repeat” fade=”no” background_parallax=”none” parallax_speed=”0.3″ video_mp4=”” video_webm=”” video_ogv=”” video_url=”” video_aspect_ratio=”16:9″ video_loop=”yes” video_mute=”yes” overlay_color=”” video_preview_image=”” border_size=”” border_color=”” border_style=”solid” padding_top=”” padding_bottom=”” padding_left=”” padding_right=””][fusion_builder_row][fusion_builder_column type=”1_1″ layout=”1_1″ background_position=”left top” background_color=”” border_size=”” border_color=”” border_style=”solid” border_position=”all” spacing=”yes” background_image=”” background_repeat=”no-repeat” padding_top=”” padding_right=”” padding_bottom=”” padding_left=”” margin_top=”0px” margin_bottom=”0px” class=”” id=”” animation_type=”” animation_speed=”0.3″ animation_direction=”left” hide_on_mobile=”small-visibility,medium-visibility,large-visibility”…

  • Session and Memory Leak on Wildfly 10

    Session and Memory Leak on Wildfly 10

    I recently re-wrote 10MinuteMail, my secure temporary email service, updating it from Seam 2 and JBoss 4.2 to Deltaspike and Wildfly 10.  Unfortunately I noticed a memory leak in the JVM.  During beta testing, the JVM heap usage would slowly grow, over 1-2 weeks until it reached an OOM (out of memory condition). I performed…

  • Oracle Commerce Cloud – The Good, Bad, and Ugly

    Oracle Commerce Cloud – The Good, Bad, and Ugly

    What is Oracle Commerce Cloud? Oracle has been working on their Oracle Commerce Cloud offering for a while, pre-released first in the early Spring of 2015, and publicly launched in June 2015.  It was the focus of the Commerce section of the recent Oracle CX 2016 conference in  April 2016. The Commerce Cloud offering is…

  • New ATG Rest Module

    Marcelo Onhate has written a very useful ATG REST module based on Jersey which looks to be an improvement over the built-in ATG REST support.  It uses annotations and is pretty simple to configure and vend REST services with. Check it out here:  https://github.com/onhate/ATGRESTful  

PHP Code Snippets Powered By : XYZScripts.com