Byron Kiourtzoglou

Byron is a master software engineer working in the IT and Telecom domains. He is an applications developer in a wide variety of applications/services. He is currently acting as the team leader and technical architect for a proprietary service creation and integration platform for both the IT and Telecom industries in addition to a in-house big data real-time analytics solution. He is always fascinated by SOA, middleware services and mobile development. Byron is co-founder and Executive Editor at Java Code Geeks.
  • jpa

    Find by class in JPA

    This is an example of how to find an object by class in JPA. The Java Persistence API provides Java…

    Read More »
  • jpa

    Persist object with JPA

    With this example we are going to demonstrate how to persist an object using the JPA. The Java Persistence API…

    Read More »
  • gwt

    SuggestBox Example

    In this example we shall show you how to create a com.google.gwt.user.client.ui.SuggestBox example. Google Web Toolkit is an open source…

    Read More »
  • gwt

    Text Input Example

    This is an example of how to create a Text input example, using the Google Web Toolkit, that is an…

    Read More »
  • gwt

    DateTimePicker

    With this example we are going to demonstrate how to create a Date time Picker using the Google Web Toolkit,…

    Read More »
  • gwt

    ListBox Example

    In this example we shall show you how to create a ListBox example using the Google Web Toolkit, that is…

    Read More »
  • gwt

    RadioButton Example

    This is an example of how to create a RadioButton example, using the Google Web Toolkit, that is an open…

    Read More »
  • gwt

    Dynamic FlexTable Example

    With this example we are going to demonstrate how to create a Dynamic FlexTable example using the Google Web Toolkit,…

    Read More »
  • ws-soa

    Metro Web Service Example

    package com.wordpress.jdevel.ws; import java.io.File; import java.io.FileFilter; import java.io.FilenameFilter; import java.util.ArrayList; import java.util.List; import javax.jws.WebService; import javax.jws.WebMethod; import javax.jws.WebParam; @WebService(serviceName =…

    Read More »
  • scriptBipartite Graph

    Get script engine’s details

    In this example we shall show you how to get the ScriptEngine‘s details. The ScriptEngine interface provides methods for basic…

    Read More »
Back to top button