This document discusses Heroku and Database.com. It provides an overview of Heroku as a Ruby platform as a service (PaaS) that allows for agile development using Git and provides auto-scaling through dyno grids. It also discusses Database.com as a multi-tenant database that provides reliability, security, and scalability through its multitenant architecture. The document demonstrates how Ruby applications can take advantage of Heroku's and Database.com's features for rapid deployment and scalable hosting in the cloud.
The document discusses predictions for trends in web and HTML5 for 2013. The top 10 trends are: 1) Increased use of HTML5-enabled devices, 2) HTML5 becoming the standard, 3) Plans to finalize HTML5.1 in 2014, 4) Specialization of web apps, 5) Increased web APIs, 6) Emergence of web operating systems, 7) Expansion of the web into new areas, 8) Responsive web design, 9) Need for policies around the web, and 10) Rethinking the web ecosystem. The document provides details on each trend and discusses related topics like HTML5 standardization.
Decomposing applications for scalability and deployability - svcc sv_code_ca...Chris Richardson
Today, there are several trends that are forcing application architectures to evolve. Users expect a rich, interactive and dynamic user experience on a wide variety of clients including mobile devices. Applications must be highly scalable, highly available and run on cloud environments. Organizations often want to frequently roll out updates, even multiple times a day. Consequently, it’s no longer adequate to develop simple, monolithic web applications that serve up HTML to desktop browsers.
In this talk we describe the limitations of a monolithic architecture. You will learn how to use the scale cube to decompose your application into a set of narrowly focused, independently deployable back-end services and an HTML 5 client. We will also discuss the role of technologies such as NodeJS and AMQP brokers. You will learn how a modern PaaS such as Cloud Foundry simplifies the development and deployment of this style of application.
Decomposing applications for deployability and scalability (SpringOne China 2...Chris Richardson
Cloud Foundry helps developers decompose monolithic applications into modular services by:
1) Making it easy to provision platform services like SQL, NoSQL, and message brokers that services can use.
2) Allowing developers to deploy and manage application services independently without having to setup and manage environments themselves.
3) Supporting polyglot applications by enabling different services to be written in different programming languages and frameworks.
Wakanda: NoSQL for Model-Driven Web applications - NoSQL matters 2012Alexandre Morgaut
This document discusses Wakanda, a cross-platform development and deployment system for model-driven web applications. Wakanda allows building business web applications using a single language, JavaScript, and provides a data-driven approach using its NoSQL database. It includes tools like a data model editor, debugger, and administration interface. Wakanda applications can be deployed across platforms and accessed via REST APIs.
This document provides an overview and introduction to Project Zero, an IBM technology incubator project that aims to build a simplified platform for developing and deploying rich internet applications. Some key points:
- Project Zero uses PHP and Groovy for application languages and is built on a Java virtual machine, allowing applications to run on Linux, Mac, and Windows.
- It focuses on simplifications like creating REST services, sharing assets between languages, assembling applications from loosely coupled components, and deploying applications with versioned dependencies.
- The architecture includes event-driven programming, a global context for shared application state, and virtualized directories to merge application files.
- Demos show creating a basic application, implementing
This document provides an overview of eBay's use of OSGi for its enterprise architecture. Some key points:
- eBay has a large codebase of over 44 million lines of code that was becoming difficult to manage due to its monolithic nature and tight coupling.
- eBay adopted OSGi to introduce modularity and loose coupling into its architecture in order to tame complexity, increase agility, and allow different components to evolve independently.
- OSGi was chosen because its features like bundles, imports/exports, and versioning help achieve eBay's goals of modularity, hiding implementation details, and accurate dependency management.
Flex For Java Architects Ledroff Breizh Jug V Blog CcFrançois Le Droff
I had the chance to present at the BreizhJUG (a Breton Java user group) a session named "Flex for Java Deveoppers".
A crowd of almost 100 happy Java developers and architects was willing to know more about Flex.
I had an an hour and half to cover :
*
a basic presentation of the flash and AIR platforms,
*
cool UX flash/flex/AIR demos
*
the latest great features of flash 10
*
and flex, and its ecosystem from a Java developer perspective (mvn framework, testing libraries, building and quality tools, blazeds, lcds)
I ended up the session presenting fna maven archetypes
The document summarizes an App Engine update presentation given by David Chandler, a Google Developer Advocate. The presentation covered new App Engine features including improved SLAs, paid support options, security audits, backends, pull queues, the High Replication Datastore, query planner improvements, and XG transactions. It also provided examples of App Engine customers and common app types, and tips for optimizing performance including using memcache and content caching.
Vaadin, Rich Web Apps in Server-Side Java without Plug-ins or JavaScript: Joo...jaxconf
Get introduced to the Vaadin framework by one of its core developers. Vaadin provides a desktop-like programming model on the server for creating Rich Internet Applications (RIAs) in plain Java - without the need for HTML, XML, plug-ins or JavaScript. In this session, Joonas lays out the key concepts of the server-side RIA development model and compares it to client-side RIA. To demonstrate the use of framework, an example application is developed during the session step-by-step. The presentation is concluded with pointers on how to start developing your own applications with Apache-licensed Vaadin-framework. You'll learn: * How to create a desktop like web application in Java * Difference between page oriented, client-side RIA and server-side RIA architectures * How Vaadin can be extended with Google Web Toolkit
This document discusses how Google is working to make the client, connectivity, and cloud more powerful and accessible through open technologies. It focuses on three areas: 1) Making the cloud more accessible through technologies like Google App Engine and data APIs. 2) Keeping connectivity pervasive through open platforms like Android and social APIs. 3) Making the client more powerful through technologies like Google Web Toolkit, Gears, and social platforms like OpenSocial. The goal is to advance an open web that empowers both users and developers.
Wakanda: NoSQL & SSJS for Model-driven Web Applications - SourceDevCon 2012Alexandre Morgaut
Wakanda: NoSQL & SSJS for Model-driven Web Applications
A session at SourceDevCon 2012
Developing a business web application is still a long process in 2012.
Model-Driven Development is at the heart of:
requirements design for the contractor and the product manager,
productivity for the developer,
consistency and security for the end-user
evolution toward future applications
The Wakanda platform – via its NoSQL object datastore WakandaDB – intends to let you create such model-driven applications. The presentation will explain and show how to create the application model, with its business and security rules, coded once, then made available everywhere without being bypassable. To add even more consistency, the same language is used everywhere: JavaScript. You'll enjoy the intuitive way to get data from the datastore via either the REST or the SSJS APIs.
You’ll see how to use the defined Model directly in a native framework or the Sencha one.
Mike Taulty TechDays 2010 Silverlight 4 - What's New?ukdpe
Silverlight 4 is a major release that includes many new features such as support for additional browsers and platforms, improved networking capabilities including sockets support, enhanced data binding and validation, improved media support including offline DRM, and new controls. It also introduces the ability to create trusted out-of-browser applications that have increased desktop integration and access to native capabilities. The release strengthens support for MVVM, adds the Managed Extensibility Framework, and improves WCF RIA Services.
The document introduces uClipse, an open source cloud IDE and business PaaS platform. It summarizes uClipse's key features, including integration with PaaS, social coding capabilities, mobile simulation, model-driven tooling, and security. The architecture is designed for multi-language support, dynamic code insertion, and system-level security via byte-code instrumentation. Social coding is supported through features like chatting and leveraging Facebook. uClipse aims to lower development costs through a shared cloud IDE and encourage innovation via social coding.
This document provides a high-level overview of the Alfresco content management platform in 3 sentences: Alfresco is an open source enterprise content management platform that can manage files and metadata, provides search and security features, and includes a workflow engine and APIs to build custom applications. It discusses Alfresco's architecture, developer setup process, development model using APIs and extensions, and demos the platform's capabilities. The document is intended to introduce developers to building applications and customizing Alfresco.
The agenda includes presentations on Microsoft client technologies:
- The Microsoft Client Continuum by Ronan Geraghty from 10:00-11:15.
- Introducing WPF by Max Knor from 11:30-13:00.
- Building WPF composite smart clients by Max Knor from 14:00-15:30.
- Building RIAs with Silverlight 2 by Martha Rotter from 15:45-17:00.
Platform-as-a-Service has rightly been celebrated as a way to increase developer productivity and thereby help companies get the new applications and services they need online (and making money) faster. It also helps admins meet the needs of those developers faster and with less manual effort. But PaaS goes beyond developers and beyond dev/test. Efficient application multi-tenancy and auto-scaling are also key features for production environments. Furthermore, developers may love that PaaS abstracts away platform details that they don't care about. But this abstraction also means that platform changes can happen without affecting developers, a big win for architects and procurement officers. In short, PaaS is for everyone.
For enterprise projects, maintaining automation tests suite is always a challenge.
* Detailed walkthru of automation pyramid containing different types of specification driven tests layer.
* Framework built using RSpec, Spinach, Cucumber, webkit and Webdriver with examples
* Process of evolving and building specification tests
* Tips to maintain test suite and minimize test run durations
Improve your Developer Experiece using the WAS Liberty Profile with JRebel Anton Arhipov
This document provides an overview of the WAS Liberty Profile and how it can improve the developer experience when used with JRebel. The Liberty Profile is a lightweight Java EE server profile that offers fast start up times, small footprint, and dynamic updates without restarts. JRebel further improves developer productivity by allowing code and configuration changes without rebuilds and redeploys. Together, the Liberty Profile and JRebel aim to significantly reduce development turnaround times for Java EE applications.
Calling All Modularity Solutions: A Comparative Study from eBayTony Ng
The document discusses evaluating different modularity solutions for a large Java codebase at eBay, including OSGi and Maven, and provides an overview of their strengths and weaknesses in terms of enforcing modularity, managing dependencies, tooling support, and ease of migration from a monolithic codebase. OSGi receives high marks for strongly enforcing modularity but has challenges with tool integration and migration, while Maven has comprehensive tooling but was not designed as a modularity framework.
DrupalCamp ATL 2010: Not all CMSs are created equalandrewmriley
How many times have you had a client say to you "But my kid brother says we should really use CMS X", "Our IT guy says Drupal isn't 'Enterprise'" or "We're moving from CMS Y and we hate it, why should we go with CMS X?"
This talk will be a comparison of various CMS platforms across PHP, ASP.NET and JAVA (closed source, open source, free and pay) to better enable you to make informed decisions for yourself and your customers. This session won't be overly technical but it will be focused for users who understand basic CMS concepts. I highly recommend it for anybody who will be involved in the CMS decision making or sales process for a CMS based project.
I have a small confession to make, Drupal was the first CMS I used and interestingly enough it gave me a very warped view of the landscape. When the time came for me to use other CMSs, I was shocked at the features (or lack of) that some offered. Fast forward to a few years later, I had a client come to me and ask which CMS I would use for their large project. After about 10 seconds deliberation I said Drupal, it's been my go-to for over three years now -- of course Drupal would work for what they wanted. Well, it turned out that Drupal couldn't offer exactly what the client actually needed so it was time to put on the research cap and really take a look at what's out there. To make a long story short I fell for the classic "When all you have is a hammer..." when it turns out for some parts of the project there were better tools (and for some parts, Drupal was the still right CMS).
Join me as I walk you through the decision making proces that we followed, the CMSs we reviewed, their strengths, weakness and overall questions that you just know the client is going to ask.
Disclamer: This won't be a Drupal, Drupal, rah-rah-rah (biased) talk.
I'll cover:
Why choose one CMS over another?
Strengths and weaknesses of the CMSs.
Comparison projects between two CMSs to show the time/cost difference.
Saas CMS vs hosting your own.
The dreaded "Enterprise" word
How does Drupal 6/7 stack up?
What I won't cover:
Language vs Language
Hosting architectures (aside from SaaS)
Embarcadero Technologies is the leader in database tools and developer software. TurboRuby® is the intuitive integrated development environment (IDE) that delivers
the power you need to dramatically accelerate non-Rails Ruby development. TurboRuby provides technology made specifically for Rails that helps developers improve and simplify application design.
This document discusses modernizing IBM i systems. It presents three approaches: refacing, restructuring, and rewriting applications. Refacing involves adding a new graphical user interface but retains existing business logic. Restructuring splits applications into presentation, logic, and data layers. Rewriting migrates applications to a new language like PHP. The document argues for preserving existing RPG code and exposing it through web services. It also discusses using PHP, private clouds, and innovative interfaces like touchscreens with IBM i systems.
The vFabric Cloud Application Platform provides a full suite of products including tc Server, RabbitMQ, GemFire, SQLFire, and App Director to build, deploy, and manage cloud applications on both private and public clouds. It offers developers tools for rapid application development as well as operations tools for automated provisioning and management of applications in production environments. The platform provides a full stack solution for building and running scalable Java applications in private, hybrid, and public cloud environments.
Adaptive Web Design Workshop [WebVisions NYC 2012]Aaron Gustafson
In this Workshop, Aaron Gustafson will teach you everything you need to know about modern web design with progressive enhancement. Whether you are a novice or an experienced professional, you will walk away from this workshop with a greater understanding of what progressive enhancement is and how to implement this philosophy in your own work.
During the course of the workshop, Aaron will mentor you on best practices as you work together to build a web page from the content out.
This document discusses a proposed mobile content dissemination and management solution called MXIM. It aims to integrate multiple mobile platforms through a single solution that can be developed once and run on all platforms. Key objectives are to enable developers to build cross-platform mobile apps easily and help mobile operators and businesses provide cost-effective mobile solutions. It describes current limitations of platform-specific development and how MXIM addresses these through features like dynamic user interfaces, device API integration, and standard web development processes. Potential applications and industries that could benefit are also outlined.
Vaadin - Rich Web Applications in Server-side Java without Plug-ins or JavaSc...Joonas Lehtinen
The Vaadin provides a desktop-like programming model on the server for creating Rich Internet Applications (RIAs) in plain Java - without the need for HTML, XML, plug-ins or JavaScript.
Session explains the key concepts of the server-side RIA development model and compares it to client-side RIA. To demonstrate the use of framework, an example application is developed during the session step-by-step. The presentation is concluded with pointers on how to start developing your own applications with Apache-licensed Vaadin-framework.
You'll learn:
* How to create a desktop like web application in Java
* Difference between page oriented, client-side RIA and server-side RIA architectures
* How Vaadin can be extended with Google Web Toolkit
More information and materials about the presentation:
http://vaadin.com/web/joonas/wiki/-/wiki/Main/Server-side%20RIA
Wave Analytics Cloud is a new analytics platform that allows anyone to easily get insights from any data or app. It is mobile-enabled so insights can be accessed from anywhere and acted on. The platform is open and schema-free so it can handle big data and scale to large volumes of data from multiple sources. A demo showed how easily users can search, visualize, and get answers from their data in Wave.
Vaadin, Rich Web Apps in Server-Side Java without Plug-ins or JavaScript: Joo...jaxconf
Get introduced to the Vaadin framework by one of its core developers. Vaadin provides a desktop-like programming model on the server for creating Rich Internet Applications (RIAs) in plain Java - without the need for HTML, XML, plug-ins or JavaScript. In this session, Joonas lays out the key concepts of the server-side RIA development model and compares it to client-side RIA. To demonstrate the use of framework, an example application is developed during the session step-by-step. The presentation is concluded with pointers on how to start developing your own applications with Apache-licensed Vaadin-framework. You'll learn: * How to create a desktop like web application in Java * Difference between page oriented, client-side RIA and server-side RIA architectures * How Vaadin can be extended with Google Web Toolkit
This document discusses how Google is working to make the client, connectivity, and cloud more powerful and accessible through open technologies. It focuses on three areas: 1) Making the cloud more accessible through technologies like Google App Engine and data APIs. 2) Keeping connectivity pervasive through open platforms like Android and social APIs. 3) Making the client more powerful through technologies like Google Web Toolkit, Gears, and social platforms like OpenSocial. The goal is to advance an open web that empowers both users and developers.
Wakanda: NoSQL & SSJS for Model-driven Web Applications - SourceDevCon 2012Alexandre Morgaut
Wakanda: NoSQL & SSJS for Model-driven Web Applications
A session at SourceDevCon 2012
Developing a business web application is still a long process in 2012.
Model-Driven Development is at the heart of:
requirements design for the contractor and the product manager,
productivity for the developer,
consistency and security for the end-user
evolution toward future applications
The Wakanda platform – via its NoSQL object datastore WakandaDB – intends to let you create such model-driven applications. The presentation will explain and show how to create the application model, with its business and security rules, coded once, then made available everywhere without being bypassable. To add even more consistency, the same language is used everywhere: JavaScript. You'll enjoy the intuitive way to get data from the datastore via either the REST or the SSJS APIs.
You’ll see how to use the defined Model directly in a native framework or the Sencha one.
Mike Taulty TechDays 2010 Silverlight 4 - What's New?ukdpe
Silverlight 4 is a major release that includes many new features such as support for additional browsers and platforms, improved networking capabilities including sockets support, enhanced data binding and validation, improved media support including offline DRM, and new controls. It also introduces the ability to create trusted out-of-browser applications that have increased desktop integration and access to native capabilities. The release strengthens support for MVVM, adds the Managed Extensibility Framework, and improves WCF RIA Services.
The document introduces uClipse, an open source cloud IDE and business PaaS platform. It summarizes uClipse's key features, including integration with PaaS, social coding capabilities, mobile simulation, model-driven tooling, and security. The architecture is designed for multi-language support, dynamic code insertion, and system-level security via byte-code instrumentation. Social coding is supported through features like chatting and leveraging Facebook. uClipse aims to lower development costs through a shared cloud IDE and encourage innovation via social coding.
This document provides a high-level overview of the Alfresco content management platform in 3 sentences: Alfresco is an open source enterprise content management platform that can manage files and metadata, provides search and security features, and includes a workflow engine and APIs to build custom applications. It discusses Alfresco's architecture, developer setup process, development model using APIs and extensions, and demos the platform's capabilities. The document is intended to introduce developers to building applications and customizing Alfresco.
The agenda includes presentations on Microsoft client technologies:
- The Microsoft Client Continuum by Ronan Geraghty from 10:00-11:15.
- Introducing WPF by Max Knor from 11:30-13:00.
- Building WPF composite smart clients by Max Knor from 14:00-15:30.
- Building RIAs with Silverlight 2 by Martha Rotter from 15:45-17:00.
Platform-as-a-Service has rightly been celebrated as a way to increase developer productivity and thereby help companies get the new applications and services they need online (and making money) faster. It also helps admins meet the needs of those developers faster and with less manual effort. But PaaS goes beyond developers and beyond dev/test. Efficient application multi-tenancy and auto-scaling are also key features for production environments. Furthermore, developers may love that PaaS abstracts away platform details that they don't care about. But this abstraction also means that platform changes can happen without affecting developers, a big win for architects and procurement officers. In short, PaaS is for everyone.
For enterprise projects, maintaining automation tests suite is always a challenge.
* Detailed walkthru of automation pyramid containing different types of specification driven tests layer.
* Framework built using RSpec, Spinach, Cucumber, webkit and Webdriver with examples
* Process of evolving and building specification tests
* Tips to maintain test suite and minimize test run durations
Improve your Developer Experiece using the WAS Liberty Profile with JRebel Anton Arhipov
This document provides an overview of the WAS Liberty Profile and how it can improve the developer experience when used with JRebel. The Liberty Profile is a lightweight Java EE server profile that offers fast start up times, small footprint, and dynamic updates without restarts. JRebel further improves developer productivity by allowing code and configuration changes without rebuilds and redeploys. Together, the Liberty Profile and JRebel aim to significantly reduce development turnaround times for Java EE applications.
Calling All Modularity Solutions: A Comparative Study from eBayTony Ng
The document discusses evaluating different modularity solutions for a large Java codebase at eBay, including OSGi and Maven, and provides an overview of their strengths and weaknesses in terms of enforcing modularity, managing dependencies, tooling support, and ease of migration from a monolithic codebase. OSGi receives high marks for strongly enforcing modularity but has challenges with tool integration and migration, while Maven has comprehensive tooling but was not designed as a modularity framework.
DrupalCamp ATL 2010: Not all CMSs are created equalandrewmriley
How many times have you had a client say to you "But my kid brother says we should really use CMS X", "Our IT guy says Drupal isn't 'Enterprise'" or "We're moving from CMS Y and we hate it, why should we go with CMS X?"
This talk will be a comparison of various CMS platforms across PHP, ASP.NET and JAVA (closed source, open source, free and pay) to better enable you to make informed decisions for yourself and your customers. This session won't be overly technical but it will be focused for users who understand basic CMS concepts. I highly recommend it for anybody who will be involved in the CMS decision making or sales process for a CMS based project.
I have a small confession to make, Drupal was the first CMS I used and interestingly enough it gave me a very warped view of the landscape. When the time came for me to use other CMSs, I was shocked at the features (or lack of) that some offered. Fast forward to a few years later, I had a client come to me and ask which CMS I would use for their large project. After about 10 seconds deliberation I said Drupal, it's been my go-to for over three years now -- of course Drupal would work for what they wanted. Well, it turned out that Drupal couldn't offer exactly what the client actually needed so it was time to put on the research cap and really take a look at what's out there. To make a long story short I fell for the classic "When all you have is a hammer..." when it turns out for some parts of the project there were better tools (and for some parts, Drupal was the still right CMS).
Join me as I walk you through the decision making proces that we followed, the CMSs we reviewed, their strengths, weakness and overall questions that you just know the client is going to ask.
Disclamer: This won't be a Drupal, Drupal, rah-rah-rah (biased) talk.
I'll cover:
Why choose one CMS over another?
Strengths and weaknesses of the CMSs.
Comparison projects between two CMSs to show the time/cost difference.
Saas CMS vs hosting your own.
The dreaded "Enterprise" word
How does Drupal 6/7 stack up?
What I won't cover:
Language vs Language
Hosting architectures (aside from SaaS)
Embarcadero Technologies is the leader in database tools and developer software. TurboRuby® is the intuitive integrated development environment (IDE) that delivers
the power you need to dramatically accelerate non-Rails Ruby development. TurboRuby provides technology made specifically for Rails that helps developers improve and simplify application design.
This document discusses modernizing IBM i systems. It presents three approaches: refacing, restructuring, and rewriting applications. Refacing involves adding a new graphical user interface but retains existing business logic. Restructuring splits applications into presentation, logic, and data layers. Rewriting migrates applications to a new language like PHP. The document argues for preserving existing RPG code and exposing it through web services. It also discusses using PHP, private clouds, and innovative interfaces like touchscreens with IBM i systems.
The vFabric Cloud Application Platform provides a full suite of products including tc Server, RabbitMQ, GemFire, SQLFire, and App Director to build, deploy, and manage cloud applications on both private and public clouds. It offers developers tools for rapid application development as well as operations tools for automated provisioning and management of applications in production environments. The platform provides a full stack solution for building and running scalable Java applications in private, hybrid, and public cloud environments.
Adaptive Web Design Workshop [WebVisions NYC 2012]Aaron Gustafson
In this Workshop, Aaron Gustafson will teach you everything you need to know about modern web design with progressive enhancement. Whether you are a novice or an experienced professional, you will walk away from this workshop with a greater understanding of what progressive enhancement is and how to implement this philosophy in your own work.
During the course of the workshop, Aaron will mentor you on best practices as you work together to build a web page from the content out.
This document discusses a proposed mobile content dissemination and management solution called MXIM. It aims to integrate multiple mobile platforms through a single solution that can be developed once and run on all platforms. Key objectives are to enable developers to build cross-platform mobile apps easily and help mobile operators and businesses provide cost-effective mobile solutions. It describes current limitations of platform-specific development and how MXIM addresses these through features like dynamic user interfaces, device API integration, and standard web development processes. Potential applications and industries that could benefit are also outlined.
Vaadin - Rich Web Applications in Server-side Java without Plug-ins or JavaSc...Joonas Lehtinen
The Vaadin provides a desktop-like programming model on the server for creating Rich Internet Applications (RIAs) in plain Java - without the need for HTML, XML, plug-ins or JavaScript.
Session explains the key concepts of the server-side RIA development model and compares it to client-side RIA. To demonstrate the use of framework, an example application is developed during the session step-by-step. The presentation is concluded with pointers on how to start developing your own applications with Apache-licensed Vaadin-framework.
You'll learn:
* How to create a desktop like web application in Java
* Difference between page oriented, client-side RIA and server-side RIA architectures
* How Vaadin can be extended with Google Web Toolkit
More information and materials about the presentation:
http://vaadin.com/web/joonas/wiki/-/wiki/Main/Server-side%20RIA
Wave Analytics Cloud is a new analytics platform that allows anyone to easily get insights from any data or app. It is mobile-enabled so insights can be accessed from anywhere and acted on. The platform is open and schema-free so it can handle big data and scale to large volumes of data from multiple sources. A demo showed how easily users can search, visualize, and get answers from their data in Wave.
Salesforce.com acquired Heroku, a cloud application platform provider. Some key points:
- Heroku allows developers to build and deploy applications using popular languages like Ruby, JavaScript, and Clojure without having to manage servers.
- The acquisition will allow developers to build and deploy applications on Heroku and integrate them with Salesforce CRM and Force.com platform capabilities.
- Heroku's CEO and founders will join Salesforce, continuing to run Heroku independently while also collaborating with Force.com to create an integrated platform.
The document discusses Heroku, a platform for deploying and hosting web applications. It notes that Heroku is a polyglot platform that allows developers to build apps using any programming language. The document highlights features like continuous deployment with zero downtime and being scalable. Charts show the large growth in the number of apps hosted on Heroku over time. It also provides examples of popular apps built on Heroku and describes how apps are packaged and run as "slugs" and "dynos" on the platform.
The document discusses Platform as a Service (PaaS) selection criteria in 2017 with a focus on the latest information about Heroku. It provides an overview of Heroku's capabilities including processing over 80 billion items daily for over 500,000 developed apps. Examples are given of deploying a Node.js app to Heroku using Git. Key criteria for selecting a PaaS like Heroku are mentioned such as scalability, ease of deployment, and availability of add-ons. The conclusion encourages attending upcoming Heroku events for more information.
Ror Seminar With agilebd.org on 23 Jan09Shaer Hassan
This presentation is done by Code71 Team to the IT community in Bangladesh. The presentation covers the basics of Ruby on Rails and the advantage of it over many other contemporary languages to build web applications. It also mentions the strength of RoR by siting great quotes and examples of great sites.
The document discusses predictions for trends in web and HTML5 for 2013. The top 10 trends are: 1) Increased use of HTML5-enabled devices, 2) HTML5 becoming the standard, 3) Plans to finalize HTML5.1 in 2014, 4) Specialization of web apps, 5) Growth in the number of web APIs, 6) Emergence of web operating systems, 7) Expansion of the web into new areas like digital signage, 8) Responsive web design, 9) Need for policies around web development, and 10) Rethinking the web ecosystem. The document provides details on each trend and related technologies.
In this webinar you will learn how to build Social Enterprise applications using Salesforce.com, Heroku, and Java. Through live coding and demonstrations you will learn how to instantly deploy and scale Java apps on the cloud with Heroku. You will also learn how to integrate those applications with Salesforce.com and Force.com through REST.
The webinar will cover:
:: An overview of Heroku
:: Best practices for integrating with Salesforce.com and Force.com apps via REST
:: How to build and deploy your Social Enterprise apps using Java on Heroku
:: Your questions about Heroku
More details: http://wiki.developerforce.com/page/Webinar:_Social_Enterprise_Java_Apps_on_Heroku_(2012-May)
This document provides instructions for integrating a Java application on Heroku with Salesforce.com. The steps include:
1. Setting up OAuth in Salesforce and adding callback URLs for dev and prod
2. Updating Maven dependencies to use Force REST API and OAuth libraries
3. Switching entities to use JSON properties for fields
4. Changing the data access object (DAO) to use the Force REST API
5. Configuring Spring security and OAuth
6. Adding a servlet filter for OAuth authentication
7. Adding OAuth client key and secret as environment variables
FIND ME IF YOU CAN – SMART FUZZING AND DISCOVERYShreeraj Shah
The document discusses challenges with traditional fuzzing techniques against modern web applications and architectures. It describes how hidden discovery is needed, such as crawling with tools like Ruby and Watir to detect Ajax calls and hidden entry points. Various techniques for SQL injection and blind SQL injection are presented, such as delaying responses, checking for SQL injection, and using tools like sqlmap and Absinthe to perform database enumeration. The need for new approaches to application security testing is emphasized to effectively discover vulnerabilities in modern web applications and architectures.
This document discusses microservices, APIs, messaging, and serverless computing on Azure. It provides an overview of RPC and REST API styles, services like Service Bus, Event Grid, and Azure Functions. It also covers containerization with Docker and deploying containerized applications to Azure.
Global Logic sMash Overview And ExperiencesProject Zero
The document provides an overview of sMash, a web application platform from IBM for quickly building modern web applications. It discusses sMash features, compares it to Ruby on Rails, and how sMash fits within GlobalLogic's project estimation guidelines. Key highlights include sMash's use of dynamic scripting languages, RESTful architecture, and ease of deployment.
Tiempo Development is a nearshore outsourcing company based in Arizona that provides software development and IT services. It has offices in the US and Mexico, and plans to expand to more cities. Tiempo specializes in Agile development and uses a nearshore model to help clients reduce costs while increasing development velocity. It has expertise in Microsoft technologies, as well as open source languages and frameworks. Tiempo offers services including application development, support, and staff augmentation to help clients manage fluctuating demand cost-effectively.
Ruby On Rails Seminar Basis Softexpo Feb2010arif44
This document provides an introduction and overview of Ruby on Rails (RoR), including its background, key features like MVC architecture and ActiveRecord ORM, and how it delivers business value through rapid application development. Rails simplifies and speeds up the web development process using conventions over configurations and Don't Repeat Yourself principles. It also includes examples of popular websites built with Rails and concludes with a discussion of actions, controllers and templates in the MVC framework.
Mobile Backend Apps and APIs meetup London overview of BaaS APIs and discussi...Taras Filatov
The first Mobile Backend Apps and APIs meetup has taken place in London on 16th of May 2012.
Taras Filatov, founder and CEO of QuickBlox has kicked off the event in an open discussion format giving a quick overview of existing market and asking questions about important aspects of mobile backends. Developers present in the audience have shared their opinions and this has launched a very interesting discussion from which both developers and API providers could take something.
Dan Murphy from Pearson and Terence Eden from InMobi have continued the discussion giving further introspective into evolution of apps and APIs and providing details about their APIs.
The official meetup page:
http://www.meetup.com/Mobile-Backend-Apps-and-APIs/events/49006492/
The document discusses how AT&T Interactive, formerly known as Yellowpages.com, uses Ruby and Ruby on Rails extensively. It overhauled Yellowpages.com using Rails and now has one of the largest Rails sites. It discusses how Rails is used for the website tier and a Merb-based services tier. It also describes using Ruby for other projects including mobile apps and internal tools. AT&T Interactive contributes to many open source Ruby projects and conducts research on new technologies using Ruby.
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hourBrian Culver
This is a live walkthrough where we convert a common full trust solution to a SharePoint Framework solution. May the demo Gods be kind to me. Really, we will do it. Does not cover all possible scenarios, but I will show you the general workflow for converting your full trust solutions to SPFx solutions. I show you the proper configuration for your development environment. We walk through building the SPFx solutions and deploying it to Office 365. Lots of DO’s and DON’Ts will be shared. I’ll show you some of my scars too. From this session forward, you will want to hone your skills in modern SharePoint and convert everything to SPFx solutions.
Attendee Takeaways:
1. Understand the why, the how, and what make up the SharePoint Framework (SPFx).
2. A live demonstration where we take a common Full Trust Solutions and covert it to the SharePoint Framework (SPFx) in less than 1 hour.
3. I share lots of tips, DO’s and DON’Ts to save you hours and days of your life. Yes, you are welcome :)
This document summarizes Microsoft Silverlight 2, a web application framework for building rich interactive applications. Key points include:
- Silverlight 2 provides enhanced graphics, interactivity, and media capabilities compared to Silverlight 1.
- It supports cross-platform delivery across browsers, operating systems, and devices.
- Silverlight 2 allows for high-quality, low-cost media delivery with standards like VC-1 HD video and digital rights management.
- It features a .NET runtime environment with support for multiple programming languages and rich frameworks for UI, data binding, networking, and more.
This document discusses delivering developer tools at scale for Oracle Bare Metal Cloud Services. It outlines the challenges of supporting many programming languages, tools, services, features and rapid innovation with a small team. The solutions discussed are using Swagger to declaratively describe APIs, open sourcing tools to engage the community, and maintaining API consistency. It also addresses handling multiple release scopes by using custom fields in the Swagger specification.
HTML5 and the dawn of rich mobile web applicationsJames Pearce
HTML5 and its related technologies are enabling new ways to build beautiful sites and applications for contemporary mobile devices. Native mobile developers can now use web technologies to surmount cross-platform headaches, and desktop web developers can reach mobile users in familiar, app-like ways. This session explores the state of the art in HTML5-based mobile web frameworks, and demonstrates the practical possibilities that this powerful and standards-based approach can bring.
Platform as a Runtime - PaaR QCON 2024 - FinalAviran Mordo
In this talk, Aviran will describe how http://Wix.com is pushing this trend even further to build its own Platform as a Runtime (PaaR) infrastructure that allows developers to develop faster, better with higher quality. By allowing nano deployments of different modules into a “SingleRuntime” inside a robust internal platform that handles many of the non-functional concerns developers are facing on a daily basis.
The document discusses how Node.js is powering the API economy. It highlights how the number of clients and channels have increased, with more sophisticated clients and stricter latency demands. Node.js is well-suited for building APIs due to its speed, support for JavaScript and JSON, and ability to handle high concurrency. Several large companies like LinkedIn, PayPal and Groupon have successfully migrated to Node.js for building APIs and seen significant improvements in performance, development speed and resource usage.
Next Generation Web Attacks – HTML 5, DOM(L3) and XHR(L2)Shreeraj Shah
Browsers are escalating their feature set to accommodate new specifications like HTML 5, XHR Level 2 and DOM Level 3. It is forming the backbone of next generation applications running on mobile, PDA devices or desktops. The blend of DOM (Remote Execution stack) , XHR L2 (Sockets for injections) and HTML5 (Exploit delivery platform) is becoming an easy victim for attackers and worms. We have already witnessed these types of attacks on popular sites like Twitter, Facebook and Yahoo. It is of the essence to understand attack surface and vectors to protect next generation applications. We have an enormous expansion of attack surface after inclusion of features like audio/video tags, drag/drop APIs, CSS-Opacity, localstorage, web workers, DOM selectors, Mouse gesturing, native JSON, Cross Site access controls, offline browsing, etc. This extension of attack surface and exposure of server side APIs allow attacker to perform following lethal attacks and abuses.
XHR abuse with attacking Cross Site access controls using level 2 calls
JSON manipulations and poisoning
DOM API injections and script executions
Abusing HTML5 tag structure and attributes
Localstorage manipulation and foreign site access
Attacking client side sandbox architectures
DOM scrubbing and logical abuse
Browser hijacking and exploitation through advanced DOM features
One-way CSRF and abusing vulnerable sites
DOM event injections and controlling (Clickjacking)
Hacking widgets, mashups and social networking sites
Abusing client side Web 2.0 and RIA libraries
We will be covering the above attacks and their variants in detail along with some real life cases and demonstrations. It is also important to understand methods of discovering these types of vulnerabilities across the application base. We will see some new scanning tools and approaches to identify some of these key issues.
CommGate provides network, security, and data management servers and services for small businesses. It designs and implements virtualization, storage, and cloud solutions. CommGate also offers vulnerability assessments, remote infrastructure management, and software engineering services including application development. It has experience in networking, security, and data center technologies and has worked with customers in India.
The document is a presentation from Mitsuhiro Okamoto of MuleSoft Japan that discusses MuleSoft and its Anypoint Platform. The presentation covers:
1) An overview of the Anypoint Platform and its main components for designing, deploying, and managing APIs and integrations across multiple environments.
2) How the Anypoint Platform can be deployed on-premises, in private clouds, public clouds, or in hybrid environments.
3) How the Anypoint Platform uses a control plane to manage APIs and integrations running on a runtime fabric, and examples of how it can be used for cloud, hybrid, and on-premises integration scenarios.
This document contains statements regarding forward-looking projections for salesforce.com, inc., including projections of product availability, subscriber growth, earnings, revenues, and strategies. It notes risks associated with developing new functionality, products, services, business models, operating losses, fluctuations, interruptions, security, litigation, mergers and acquisitions, market immaturity, operating history, managing growth, new releases, and selling to larger enterprises. The document provides salesforce.com's revenue figures for various fiscal years between 2011 and 2018.
This document contains forward-looking statements and disclosures about Salesforce.com. It notes that actual results could differ from forward-looking statements if uncertainties materialize or assumptions prove incorrect. It lists risks including those associated with new products, services, business models, growth, acquisitions, the immature market, and larger enterprise customers. The document states that unreleased services mentioned may not be delivered on time or at all, and customers should make purchase decisions based on currently available features.
Developer Summit 2009 Your Success. Our Cloud.Mitch Okamoto
This document promotes cloud computing services for success. It suggests that a company's cloud ("CPU & Web" and "Force.com") combined with websites and user interfaces ("Sites" and "UI") can lead to success. It then provides examples of websites powered by Force.com, including My Starbucks Idea, Cathedral Partners, Lasso 2 Go, and Dell Ideastorm.
The document contains a safe harbor statement informing readers that the presentation may contain forward-looking statements regarding potential markets and offerings that involve risks and uncertainties. It notes several risks and uncertainties including possible fluctuations in operating results and cash flows. Readers are directed to SEC filings for further information on risk factors.
Multistream in SIP and NoSIP @ OpenSIPS Summit 2025Lorenzo Miniero
Slides for my "Multistream support in the Janus SIP and NoSIP plugins" presentation at the OpenSIPS Summit 2025 event.
They describe my efforts refactoring the Janus SIP and NoSIP plugins to allow for the gatewaying of an arbitrary number of audio/video streams per call (thus breaking the current 1-audio/1-video limitation), plus some additional considerations on what this could mean when dealing with application protocols negotiated via SIP as well.
Protecting Your Sensitive Data with Microsoft Purview - IRMS 2025Nikki Chapple
Session | Protecting Your Sensitive Data with Microsoft Purview: Practical Information Protection and DLP Strategies
Presenter | Nikki Chapple (MVP| Principal Cloud Architect CloudWay) & Ryan John Murphy (Microsoft)
Event | IRMS Conference 2025
Format | Birmingham UK
Date | 18-20 May 2025
In this closing keynote session from the IRMS Conference 2025, Nikki Chapple and Ryan John Murphy deliver a compelling and practical guide to data protection, compliance, and information governance using Microsoft Purview. As organizations generate over 2 billion pieces of content daily in Microsoft 365, the need for robust data classification, sensitivity labeling, and Data Loss Prevention (DLP) has never been more urgent.
This session addresses the growing challenge of managing unstructured data, with 73% of sensitive content remaining undiscovered and unclassified. Using a mountaineering metaphor, the speakers introduce the “Secure by Default” blueprint—a four-phase maturity model designed to help organizations scale their data security journey with confidence, clarity, and control.
🔐 Key Topics and Microsoft 365 Security Features Covered:
Microsoft Purview Information Protection and DLP
Sensitivity labels, auto-labeling, and adaptive protection
Data discovery, classification, and content labeling
DLP for both labeled and unlabeled content
SharePoint Advanced Management for workspace governance
Microsoft 365 compliance center best practices
Real-world case study: reducing 42 sensitivity labels to 4 parent labels
Empowering users through training, change management, and adoption strategies
🧭 The Secure by Default Path – Microsoft Purview Maturity Model:
Foundational – Apply default sensitivity labels at content creation; train users to manage exceptions; implement DLP for labeled content.
Managed – Focus on crown jewel data; use client-side auto-labeling; apply DLP to unlabeled content; enable adaptive protection.
Optimized – Auto-label historical content; simulate and test policies; use advanced classifiers to identify sensitive data at scale.
Strategic – Conduct operational reviews; identify new labeling scenarios; implement workspace governance using SharePoint Advanced Management.
🎒 Top Takeaways for Information Management Professionals:
Start secure. Stay protected. Expand with purpose.
Simplify your sensitivity label taxonomy for better adoption.
Train your users—they are your first line of defense.
Don’t wait for perfection—start small and iterate fast.
Align your data protection strategy with business goals and regulatory requirements.
💡 Who Should Watch This Presentation?
This session is ideal for compliance officers, IT administrators, records managers, data protection officers (DPOs), security architects, and Microsoft 365 governance leads. Whether you're in the public sector, financial services, healthcare, or education.
🔗 Read the blog: https://nikkichapple.com/irms-conference-2025/
Content and eLearning Standards: Finding the Best Fit for Your-TrainingRustici Software
Tammy Rutherford, Managing Director of Rustici Software, walks through the pros and cons of different standards to better understand which standard is best for your content and chosen technologies.
Supercharge Your AI Development with Local LLMsFrancesco Corti
In today's AI development landscape, developers face significant challenges when building applications that leverage powerful large language models (LLMs) through SaaS platforms like ChatGPT, Gemini, and others. While these services offer impressive capabilities, they come with substantial costs that can quickly escalate especially during the development lifecycle. Additionally, the inherent latency of web-based APIs creates frustrating bottlenecks during the critical testing and iteration phases of development, slowing down innovation and frustrating developers.
This talk will introduce the transformative approach of integrating local LLMs directly into their development environments. By bringing these models closer to where the code lives, developers can dramatically accelerate development lifecycles while maintaining complete control over model selection and configuration. This methodology effectively reduces costs to zero by eliminating dependency on pay-per-use SaaS services, while opening new possibilities for comprehensive integration testing, rapid prototyping, and specialized use cases.
As data privacy regulations become more pervasive across the globe and organizations increasingly handle and transfer (including across borders) meaningful volumes of personal and confidential information, the need for robust contracts to be in place is more important than ever.
This webinar will provide a deep dive into privacy contracting, covering essential terms and concepts, negotiation strategies, and key practices for managing data privacy risks.
Whether you're in legal, privacy, security, compliance, GRC, procurement, or otherwise, this session will include actionable insights and practical strategies to help you enhance your agreements, reduce risk, and enable your business to move fast while protecting itself.
This webinar will review key aspects and considerations in privacy contracting, including:
- Data processing addenda, cross-border transfer terms including EU Model Clauses/Standard Contractual Clauses, etc.
- Certain legally-required provisions (as well as how to ensure compliance with those provisions)
- Negotiation tactics and common issues
- Recent lessons from recent regulatory actions and disputes
With Claude 4, Anthropic redefines AI capabilities, effectively unleashing a ...SOFTTECHHUB
With the introduction of Claude Opus 4 and Sonnet 4, Anthropic's newest generation of AI models is not just an incremental step but a pivotal moment, fundamentally reshaping what's possible in software development, complex problem-solving, and intelligent business automation.
SAP Sapphire 2025 ERP1612 Enhancing User Experience with SAP Fiori and AIPeter Spielvogel
Explore how AI in SAP Fiori apps enhances productivity and collaboration. Learn best practices for SAPUI5, Fiori elements, and tools to build enterprise-grade apps efficiently. Discover practical tips to deploy apps quickly, leveraging AI, and bring your questions for a deep dive into innovative solutions.
nnual (33 years) study of the Israeli Enterprise / public IT market. Covering sections on Israeli Economy, IT trends 2026-28, several surveys (AI, CDOs, OCIO, CTO, staffing cyber, operations and infra) plus rankings of 760 vendors on 160 markets (market sizes and trends) and comparison of products according to support and market penetration.
cloudgenesis cloud workshop , gdg on campus mitasiyaldhande02
Step into the future of cloud computing with CloudGenesis, a power-packed workshop curated by GDG on Campus MITA, designed to equip students and aspiring cloud professionals with hands-on experience in Google Cloud Platform (GCP), Microsoft Azure, and Azure Al services.
This workshop offers a rare opportunity to explore real-world multi-cloud strategies, dive deep into cloud deployment practices, and harness the potential of Al-powered cloud solutions. Through guided labs and live demonstrations, participants will gain valuable exposure to both platforms- enabling them to think beyond silos and embrace a cross-cloud approach to
development and innovation.
"AI in the browser: predicting user actions in real time with TensorflowJS", ...Fwdays
With AI becoming increasingly present in our everyday lives, the latest advancements in the field now make it easier than ever to integrate it into our software projects. In this session, we’ll explore how machine learning models can be embedded directly into front-end applications. We'll walk through practical examples, including running basic models such as linear regression and random forest classifiers, all within the browser environment.
Once we grasp the fundamentals of running ML models on the client side, we’ll dive into real-world use cases for web applications—ranging from real-time data classification and interpolation to object tracking in the browser. We'll also introduce a novel approach: dynamically optimizing web applications by predicting user behavior in real time using a machine learning model. This opens the door to smarter, more adaptive user experiences and can significantly improve both performance and engagement.
In addition to the technical insights, we’ll also touch on best practices, potential challenges, and the tools that make browser-based machine learning development more accessible. Whether you're a developer looking to experiment with ML or someone aiming to bring more intelligence into your web apps, this session will offer practical takeaways and inspiration for your next project.
Cyber Security Legal Framework in Nepal.pptxGhimire B.R.
The presentation is about the review of existing legal framework on Cyber Security in Nepal. The strength and weakness highlights of the major acts and policies so far. Further it highlights the needs of data protection act .
Dev Dives: System-to-system integration with UiPath API WorkflowsUiPathCommunity
Join the next Dev Dives webinar on May 29 for a first contact with UiPath API Workflows, a powerful tool purpose-fit for API integration and data manipulation!
This session will guide you through the technical aspects of automating communication between applications, systems and data sources using API workflows.
📕 We'll delve into:
- How this feature delivers API integration as a first-party concept of the UiPath Platform.
- How to design, implement, and debug API workflows to integrate with your existing systems seamlessly and securely.
- How to optimize your API integrations with runtime built for speed and scalability.
This session is ideal for developers looking to solve API integration use cases with the power of the UiPath Platform.
👨🏫 Speakers:
Gunter De Souter, Sr. Director, Product Manager @UiPath
Ramsay Grove, Product Manager @UiPath
This session streamed live on May 29, 2025, 16:00 CET.
Check out all our upcoming UiPath Dev Dives sessions:
👉 https://community.uipath.com/dev-dives-automation-developer-2025/
Adtran’s SDG 9000 Series brings high-performance, cloud-managed Wi-Fi 7 to homes, businesses and public spaces. Built on a unified SmartOS platform, the portfolio includes outdoor access points, ceiling-mount APs and a 10G PoE router. Intellifi and Mosaic One simplify deployment, deliver AI-driven insights and unlock powerful new revenue streams for service providers.
Cognitive Chasms - A Typology of GenAI Failure Failure ModesDr. Tathagat Varma
[2011-17-C-4] Heroku & database.com
1. Heroku & Database.com
Ruby Social Cloud
: Technical Specialist at Salesforce.com Japan
@mitsuhiro
2. Safe Harbor
Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-
looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the
assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or
implied by the forward-looking statements we make. All statements other than statements of historical fact could be
deemed forward-looking, including any projections of subscriber growth, earnings, revenues, or other financial items and
any statements regarding strategies or plans of management for future operations, statements of belief, any statements
concerning new, planned, or upgraded services or technology developments and customer contracts or use of our
services.
The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and
delivering new functionality for our service, our new business model, our past operating losses, possible fluctuations in
our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the
immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate
our employees and manage our growth, new releases of our service and successful customer deployment, our limited
history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further
information on potential factors that could affect the financial results of salesforce.com, inc. is included in our quarterly
report on Form 10-K for the fiscal year ended January 31, 2010 and our other filings. These documents are available on
the SEC Filings section of the Investor Information section of our Web site.
Any unreleased services or features referenced in this or other press releases or public statements are not currently
available and may not be delivered on time or at all. Customers who purchase our services should make the purchase
decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not
intend to update these forward-looking statements.
4. Ruby, JavaScript Hot
Tier One:
C#, Java, PHP, C++, Objective
C, JavaScript, Python, C,
Ruby, Perl and Shell
Ranking Programming Languages by Size of Community and Number of Projects
http://readwriteweb.com/hack/2010/12/ranking-programming-languages.php
5. Ruby
Tim Bray
–
•
• Rails
• Time to Market
•
•
•
–
•
Ruby Python JavaScript PHP Tim Bray
http://builder.japan.zdnet.com/news/story/0,3800079086,20372827,00.htm
33. : on-premise vs IaaS vs PaaS
Mobile Server Mobile Server Mobile Server
Web Server Web Server Web Server
App Server App Server App Server
Hyper V Server Hyper V Server Hyper V Server
Security Server Security Server Security Server
Operating System Operating System Operating System
False Cloud &
34. : BeanSteak
Heroku AWS Elastic Beanstalk
Mobile Server
Web Server
App Server
Hyper V Server
Security Server
Operating System
AWS Elastic Beanstalk
Beanstalk
43. Programma Real-time Packaging &
Workflow and ble UI
Form Builder Process Design Websites Java Runtime Upgrades
free trial
Real-Time
Chatter Mobile Multi-Currency & Spring Trials ,Provisionin
Components Deployment Language CMS Framework g & Management
V1 V2
User Change Excel-to-App WYSIWYG
Administration Management Editor Eclipse IDE Marketplace
Apex
ACID
Relational Data Automatic Self Tuning Transactions & Integrated Data Integrated Identity & Data Global Search REST & SOAP
Store Elasticity Query Optimizer Triggers Warehouse Analytics Tools Chatter API Security API APIs
3 Global Data
Real-time 5 Minute Real-time Centers &
ISO 27001 Proven Proven, Real- Transparent Seamless Sandbox Salesforce to Real Time Disaster
Certified Security Reliability time Scalability Status Upgrades Environment Salesforce Back Ups Recovery
Multitenant Kernel
44. Appforce Siteforce VMforce ISVforce
Programma Real-time Packaging &
Workflow and ble UI
Form Builder Process Design Websites Java Runtime Upgrades
free trial
Real-Time
Chatter Mobile Multi-Currency & Spring Trials ,Provisionin
Components Deployment Language CMS Framework g & Management
V1 V2
User Change Excel-to-App WYSIWYG
Administration Management Editor Eclipse IDE Marketplace
database.com
Apex
ACID
Relational Data Automatic Self Tuning Transactions & Integrated Data Integrated Identity & Data Global Search REST & SOAP
Store Elasticity Query Optimizer Triggers Warehouse Analytics Tools Chatter API Security API APIs
3 Global Data
Real-time 5 Minute Real-time Centers &
ISO 27001 Proven Proven, Real- Transparent Seamless Sandbox Salesforce to Real Time Disaster
Certified Security Reliability time Scalability Status Upgrades Environment Salesforce Back Ups Recovery
Multitenant Kernel