Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

MarkLogic Application Builder


Company: MarkLogic

Average User Rating (3 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "great tool"

    by saroj kishan on May 31, 2013 12:22 PM

    Summary:
    optimizes important aspects of the application such as the user interfaceand to work on adding advanced features that we would not have otherwise had the capacity to focus on.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "App Builder Worked Well For Us"

    by jowen on Aug 30, 2011 5:27 PM

    Summary:
    MarkLogic’s Application Builder is a high performance tool. By leveraging the production-ready code generated by Application Builder, my organization was able to see how best to leverage underlying APIs for their own custom efforts. This enables us to focus on optimizing important aspects of the application such as the user interface, and to work on adding advanced features that we would not have otherwise had the capacity to focus on. All in all, an excellent tool.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "MarkLogic App Builder Perfect Fit"

    by Ben_msft_314R2 on Aug 30, 2011 5:22 PM

    Summary:
    My team created a web application built on top of MarkLogic that captures critical information to support the gathering of tactical information. As devices such as cellular phones evolve, we understand the need to have a flexible data model to support the types of unstructured data captured during our market research operations. This application building tool is a perfect fit for what we need.

    Report post

    Was this review helpful? (0) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!