InterSystemsDev via @like
Using InterSystems RESTful API for .NET Interoperabilty #NET #RESTServices #WebDevelopment
https://community.intersystems.com/post/does-restful-api-cach%C3%A9-remove-requirement-use-dll-and-generate-proxy-classes-net-web
https://community.intersystems.com/post/does-restful-api-cach%C3%A9-remove-requirement-use-dll-and-generate-proxy-classes-net-web
InterSystems Developer Community
Does a RESTful API in Caché remove the requirement to use a DLL and generate proxy classes for .NET web development?
Does developing a RESTful API in Caché remove the requirement to use the InterSystems.Data.CacheClient.dll and generate proxy classes using the Caché Object Binding Wizard for .NET web development? If
InterSystemsDev via @like
Replacing ZEN - Part 2 - Strategic Issues #WebDevelopment #Caché #Angular2 #JSON #CSP #ZEN
https://community.intersystems.com/post/replacing-zen-part-2-strategic-issues
https://community.intersystems.com/post/replacing-zen-part-2-strategic-issues
InterSystems Developer Community
Replacing ZEN - Part 2 - Strategic Issues
Index to ArticlesPublished 2018-05-11 Last edit -Hi AllI this article I detail some strategic issues that a new development UI will need to address - these are the ones that I can think of now - other
InterSystemsDev via @like
Replacing ZEN - Part 3 - Progress to date 01 #WebDevelopment #Caché #Angular2 #JSON #CSP #ZEN
https://community.intersystems.com/post/replacing-zen-part-3-progress-date-01
https://community.intersystems.com/post/replacing-zen-part-3-progress-date-01
InterSystems Developer Community
Replacing ZEN - Part 3 - Progress to date 01
Index to ArticlesHi AllIt's been 6 weeks since my original article - - - - -but I have been busy on this project I have been looking at/thinking about a replacement for ZEN for aro
InterSystemsDev via @like
Recommended resources for understanding sequence of events in CSP applications #Caché #WebDevelopment #CSP
https://community.intersystems.com/post/recommended-resources-understanding-sequence-events-csp-applications
https://community.intersystems.com/post/recommended-resources-understanding-sequence-events-csp-applications
InterSystems Developer Community
Recommended resources for understanding sequence of events in CSP applications
I have inherited a web-based database application and I'm having a hard time understanding the sequence of events when CSP pages are opened. I have very limited web development experience.Can an
InterSystemsDev via @like
A Sneak Peek of InterSystems Global Summit 2018 #Events #GlobalSummit18 #InterSystemsIRIS #HL7 #WebDevelopment #RESTServices #API #Microservices
http://ow.ly/2HVT30lq8f3
http://ow.ly/2HVT30lq8f3
InterSystemsDev via @like
Profiling code using #Caché Monitor #WebDevelopment #Debugging #Performance
https://community.intersystems.com/post/profiling-code-using-cach%C3%A9-monitor
https://community.intersystems.com/post/profiling-code-using-cach%C3%A9-monitor
InterSystems Developer Community
Profiling code using Caché Monitor
Not everyone knows that InterSystems Caché has a built-in tool for code profiling called Caché Monitor.
Its main purpose (obviously) is the collection of statistics for programs running in Caché. I
Its main purpose (obviously) is the collection of statistics for programs running in Caché. I
InterSystemsDev via @like
How to pass #JSON body as part of a #HTTP Status 404 Response message #HowTo #CachéObjects #RESTAPI #WebDevelopment #ErrorHandling
http://ow.ly/5VN730mqVSM
http://ow.ly/5VN730mqVSM
InterSystems Developer Community
How to pass JSON body as part of a HTTP Status 404 Response message
404 Not Found
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
InterSystemsDev via @like
Export and import web application configuration #WebDevelopment #Git #DevOps
http://ow.ly/d25P30msQ6O
http://ow.ly/d25P30msQ6O
InterSystems Developer Community
Export and import web application configuration
Is there a way to export and import web application configuration? For example to save it to version control (git) and to import it to other server.By web application configuration I mean "System ->