VOOZH about

URL: https://www.javacodegeeks.com/author/semika-kaluge

⇱ Semika Kaluge, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Semika KalugeJuly 18th, 2018
    0 1,255

    Spring Boot Complete Example

    This post provides a complete example of using spring boot to develop a loosely coupled REST service. Using spring boot,…

    Read More »
  • Core Java👁 Image
    Semika KalugeJuly 6th, 2018
    1 7,812

    Java 8 Stream examples

    This post will help you to understand some of the important and frequently used Stream operations in Java 8 which…

    Read More »
  • Core Java👁 Image
    Semika KalugeJuly 6th, 2018
    0 429

    Java 8 map(), flatMap() examples

    Using map () method When programming, it is very common, processing data in order to collect some information from a…

    Read More »
  • Core Java👁 Image
    Semika KalugeJuly 4th, 2018
    5 1,320

    How to use filter() method in Java 8

    Java 8 Stream interface introduces filter() method which can be used to filter out some elements from object collection based…

    Read More »
  • Core Java👁 Image
    Semika KalugeJune 12th, 2018
    0 141

    How many lines of code did you write to sort a collection of objects before Java 8 ?

    How many lines of code did you write to sort a collection of objects before Java 8 ? How many,…

    Read More »
  • Enterprise Java👁 Image
    Semika KalugeJuly 15th, 2013
    1 624

    How to run Ant targets with Maven?

    The maven-antrun-plugin allows us to run ant targets with various maven build phases. I am going to explain very practical…

    Read More »
  • Enterprise Java👁 Image
    Semika KalugeOctober 17th, 2012
    50 273

    CometD: Facebook similar chat for your Java web application

    Chatting is easy just like eating a piece of cake or drinking a hot coffee. Have you ever thought about…

    Read More »
  • Enterprise Java👁 Image
    Semika KalugeAugust 11th, 2012
    6 197

    Hibernate Composite Ids with association mappings

    Recently, We faced a tricky situation with hibernate association mapping with a composite id field. We needed to have bidirectional…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Semika KalugeJuly 23rd, 2012
    0 154

    Spring 3 Internationalization and Localization

    I wanted to add internationalization and localization feature provided by spring 3 to one of my current project recently. I…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close