VOOZH about

URL: https://www.javacodegeeks.com/author/Samuel-Santos

⇱ Samuel Santos, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Samuel SantosNovember 28th, 2014
    0 97

    Testing secured EJBs with Arquillian

    Testing secured EJBs has been historically hard to get right. Up until now, I have been using proprietary techniques like…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosApril 22nd, 2014
    1 520

    Validating JAX-RS resource data with Bean Validation in Java EE 7 and WildFly

    I have already approached this subject twice in the past. First, on my post Integrating Bean Validation with JAX-RS in…

    Read More »
  • Software Development👁 Image
    Samuel SantosNovember 13th, 2013
    1 139

    Migrating from a Subversion repository to GitHub

    One of greatest attractions of GitHub is the community and the tooling that allows this community to share code. Each…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Samuel SantosJanuary 14th, 2013
    0 175

    Integrating Bean Validation with JAX-RS in Java EE 6

    JavaBeans Validation (Bean Validation) is a new validation model available as part of Java EE 6 platform. The Bean Validation…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosDecember 6th, 2012
    1 920

    JAX-RS Bean Validation Error Message Internationalization

    Introduction to Bean Validation JavaBeans Validation (Bean Validation) is a new validation model available as part of Java EE 6…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosNovember 7th, 2012
    0 86

    Running Drools 5.4.0 Final as a JBoss AS 7 module

    Drools 5 introduces the Business Logic integration Platform which provides a unified and integrated platform for Rules, Workflow and Event…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosJune 7th, 2012
    0 128

    Java EE 6 Testing Part II – Introduction to Arquillian and ShrinkWrap

    In Java EE 6 Testing Part I I briefly introduced the EJB 3.1 Embeddable API using Glassfish embedded container to…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosJune 7th, 2012
    1 196

    Java EE 6 Testing Part I – EJB 3.1 Embeddable API

    One of the most common requests we hear from Enterprise JavaBeans developers is for improved unit/integration testing support. EJB 3.1…

    Read More »
  • Enterprise Java👁 Image
    Samuel SantosJune 6th, 2012
    1 161

    Comparing OpenDDR to WURFL

    Web content delivered to mobile devices usually benefits from being tailored to take into account a range of factors such…

    Read More »
Back to top button
Close