VOOZH about

URL: https://www.javacodegeeks.com/category/java/enterprise-java/page/449

⇱ Enterprise Java Archives - Page 449 of 454 - Java Code Geeks


  • 👁 Image
    Rahul PatodiMay 17th, 2011
    1 199

    Hadoop: A Soft Introduction

    What is Hadoop: Hadoop is a framework written in Java for running applications on large clusters of commodity hardware and…

    Read More »
  • 👁 Image
    Manoj KhangaonkarMay 13th, 2011
    1 253

    MapReduce: A Soft Introduction

    MapReduce is a parallel programming technique made popular by Google. It is used for processing very large amounts of data.…

    Read More »
  • 👁 Image
    Veera SundarMay 5th, 2011
    0 156

    Google App Engine: Host application in your own domain

    When you create a new application in Google App Engine, you’ll get a domain name “yourapp.appspot.com”. But, who’ll want to…

    Read More »
  • 👁 Image
    Veera SundarMay 3rd, 2011
    0 230

    App Engine Java Development with Netbeans

    If you just started with App engine development, you might be having a feeling that Eclipse is the preferred IDE.…

    Read More »
  • 👁 Image
    Felipe OliveiraApril 27th, 2011
    0 138

    RabbitMQ Module for Play! Framework

    RabbitMQ offers a highly available, scalable and portable messaging system with predictable and consistent throughput and latency. RabbitMQ is the…

    Read More »
  • 👁 Image
    Luis AtencioApril 26th, 2011
    0 191

    Google App Engine Java Capabilities and Namespaces API

    Capabilities API With the Capabilities API, your application can detect outages and scheduled downtime for specific API capabilities. You can…

    Read More »
  • 👁 spring-interview-questions-answers
    Siva ReddyApril 11th, 2011
    3 292

    Spring MVC3 Hibernate CRUD Sample Application

    To learn any web framework starting with a HelloWorld application is a good idea. Once we get familiarity with the…

    Read More »
  • 👁 Image
    Siva ReddyMarch 23rd, 2011
    0 154

    Java JSON processing with Jackson

    JSON (Javascript Object Notation) is becoming a very popular data exchange format. While developing Web applications using Javascript frameworks like…

    Read More »
  • 👁 java-interview-questions-answers
    Tomasz NurkiewiczMarch 13th, 2011
    2 301

    Servlet 3.0 Async Processing for Tenfold Increase in Server Throughput

    Servlets are the main component for handling server side logic in Java and the new 3.0 specification introduces some very…

    Read More »
  • First
  • ...
  • 430
  • 440
  • «
  • 448
  • 449
  • 450
  • »
  • ...
  • Last
Back to top button
Close