VOOZH about

URL: https://www.javacodegeeks.com/author/Gal-Levinsky

⇱ Gal Levinsky, Author at Java Code Geeks


  • Software Development👁 Image
    Gal LevinskyMarch 10th, 2016
    0 129

    Push your configuration to the limit – spice it up with statistics

    So – you built a service with an advanced algorithm that uses some kind of classification in order to detect…

    Read More »
  • Android Core👁 Image
    Gal LevinskyMarch 3rd, 2016
    1 144

    2 Android Studio productivity tips you MUST know

    This post will handle frequent tasks one usually do in Android Studio: Modifying layout XML files Observing logcat output If you do…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gal LevinskyAugust 13th, 2012
    1 279

    Resolve circular dependency in Spring Autowiring

    I would consider this post as best practice for using Spring in enterprise application development. When writing enterprise web application…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gal LevinskyAugust 9th, 2012
    1 270

    Spring security 3 Ajax login – accessing protected resources

    I have seen some blogs about Spring Security 3 Ajax login, however I could not find any that tackles how…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Gal LevinskyAugust 8th, 2012
    0 138

    DAO layer – Generics to the rescue

    Generics can be a powerful tool to create reusable code with the power of compile time verification (type safety..). Unfortunately…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gal LevinskyAugust 7th, 2012
    7 244

    Spring Profile pattern example

    Recently we were introduced with the concept of Spring Profiles. This concept is an easy configuration differentiators for different deployment…

    Read More »
  • Agile👁 Image
    Gal LevinskyAugust 3rd, 2012
    0 84

    Build documentation to last – choose the agile way

    Lately I wondered what the best way to document a project is? My documentation experience vary among different tools and…

    Read More »
  • Enterprise Java👁 Image
    Gal LevinskyJuly 31st, 2012
    2 425

    How to change logging level in runtime

    Changing the log logging level in runtime is important mainly in production environment where you might want to have debug…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gal LevinskyJuly 26th, 2012
    0 238

    Email filtering using Aspect and Spring Profile

    During web application development, often the need for sending emails arise. However, sometimes the database is populated by data from…

    Read More »
Back to top button
Close