The Artima Developer Community
Sponsored Link

Java Buzz Forum
APIs aren’t apps: Make them as thin and light as possible

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
APIs aren’t apps: Make them as thin and light as possible Posted: Mar 24, 2015 12:30 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: APIs aren’t apps: Make them as thin and light as possible
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From JavaWorld

Advertisement

A few weeks ago I talked about how Bash is more powerful than you might think. My point was that sometimes choosing the best tool for the job means skipping over the newer, sexier, but more dependency-ridden language in favor of the simpler and ubiquitous alternative. It’s all about the end goal, not the means of getting there.

I discussed this with respect to a simple script that could be used to manage a remote system, but similar examples are everywhere -- even a few places you might not expect, like Web APIs. Of course, I’m not really suggesting Bash for CGI work -- that’s the true home of the brave. However, choosing the right language and tool set to develop an API shouldn’t be based on what the hot and sexy languages might offer in terms of ease of coding and frameworks, but rather on what the API is designed to do, expected scalability needs, modularity, and extensibility.

To read this article in full or to leave a comment, please click here

Read: APIs aren’t apps: Make them as thin and light as possible

Topic: Using jstat to report custom JVM metric sets Previous Topic   Next Topic Topic: How to batch INSERT and UPDATE statements with Hibernate

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use