
Blogs
Blogs
Matching:
crud
X

Display: |
Creating a RESTful CRUD application using GoLang and MongoDB Community Blog
In this article, I will show you how to create a RESTful CRUD(Create, Read, Update, Delete) application using Go language and MongoDB as database. Pr-Requisites: ------------------- a) Install go in your system(mac). brew install go brew upgrade go b) Edit...
from Blog: Malar's DevNotes
Modified on by Malarvizhi_Kandasamy
|
|
DataPower as a REST Gateway (or "OMG, all those rules...")
When you start out creating a Multi-Protocol Gateway (MPGW) or a XML Firewall (XMLFW) to handle REST based API calls you soon realize that you will end up with a ton of Rules and quite complex Matching Actions and you also probably will have a hard time...
from Blog: Me, myself and WebSphere
Modified on by Offline
|
|
What is StrongLoop and how does it relate to Bluemix? Community Blog
MichaelMarinier
Tags:
bluemix
crud
strongloop
ibm
api
mongodb
soap
paas
devops
javascript
ios
rest
node.js
africa
15,251 Views
StrongLoop, an IBM Company , is one of the leaders of the Node.js community. They offer powerful API capabilities and Node.js DevOps tools, which means exciting things for Bluemix . For starting from scratch wanting to create a Node.js application with...
from Blog: developerWorks Africa
|
|
Simple DDL and CRUD operations in four protocols
cheetahblog
Tags:
delete
mongo
crud
rest
jdbc
ddl
read
user
select
golledge
create
collection
mongodb
table
java
database
update
15,972 Views
Informix has four protocols, or communication channels, which you can use to access the server, SQLI, DRDA, JSON, and RESTful. If you are familiar with one of these and want to know how to perform the same basic operations using one of the others,...
from Blog: Informix Experts
Modified on by cheetahblog
|
|
WebSphere Jython Examples - Work Load Manager CRUD
The scenario is: I want to create a Work Manager at a particular scope, using Jython.This blog entry discusses the process of how I learned the syntax for this requirement and is to be part of my Jython course. Determine Syntax Using wsadmin help commands and...
from Blog: Steve Robinson
|
|
Using REST API Details Community Blog
The REST (Representational State Transfer) application programming interface (API), is detailed in this blog by Leandro Cassa. The REST API provides a ways for external applications to query and update application data in Maximo. Using the REST API is simple...
from Blog: Asset Management
|
|
C# - Acesso SQL Server com CRUD (ADO .NET) Community Blog
Programar se aprende programando, certo? E nada
melhor para aprender do que ter um protótipo funcional com o código
fonte a partir do qual podemos estudar. Este singelo projeto feito na linguagem C# realiza o acesso e as
operações de inclusão, edição e...
from Blog: iMasters
|