VOOZH about

URL: https://www.javacodegeeks.com/author/emmanouil-gkatziouras/page/17

⇱ Emmanouil Gkatziouras, Author at Java Code Geeks - Page 17 of 20


  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasOctober 11th, 2016
    0 123

    Java on the AWS cloud using Lambda

    Amazon Web Services gets more popular by the day. Java is a first class citizen on AWS and it is…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasOctober 10th, 2016
    0 122

    Spring Security and Custom Password Encoding

    On a previous post we added password encoding to our spring security configuration using jdbc and md5 password encoding. However…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasOctober 6th, 2016
    2 175

    Spring Security and Password Encoding

    On previous posts we dived into spring security. We implemented security backed by jdbc, security based on custom jdbc queries…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasOctober 3rd, 2016
    0 149

    Scan DynamoDB Items with DynamoDBMapper

    Previously we covered how to query a DynamoDB database either using DynamoDBMapper or the low level java api. Apart from…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasOctober 3rd, 2016
    0 163

    Query DynamoDB Items with DynamoDBMapper

    On a previous post we issued queries on a DynamoDB database using the low level java api. Querying using the…

    Read More »
  • Enterprise Java👁 Image
    Emmanouil GkatziourasSeptember 29th, 2016
    1 207

    Spring boot with Spring Security and NoSQL

    In the previous post we set up a spring security configuration by providing custom queries for user and authority retrieval…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasSeptember 27th, 2016
    0 107

    Insert DynamoDB Items with DynamoDBMapper

    In a previous post we used DynamoDBMapper in order to map DynamoDB Tables into Java objects. When it comes to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasSeptember 27th, 2016
    0 104

    Map DynamoDB Items to Objects using DynamoDB mapper

    Previously we created DynamoDB Tables using Java. For various databases such sql databases or nosql there is a set of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasSeptember 22nd, 2016
    0 99

    Spring boot with Spring Security and jdbc Part 2

    On a previous post we implemented security based on the default table schemas that Spring Security issues requests. Considering users…

    Read More »
  • First
  • ...
  • 10
  • «
  • 15
  • 16
  • 17
  • 18
  • 19
  • »
  • ...
  • Last
Back to top button
Close