Posts by date
- Sort by:
- Date
- Title
- Likes
- Comments ▼
- Views
Creating Complex Diagrams with the Dojo Diagrammer widget
The IBM ILOG Dojo Diagrammer widget is one of the new visualization components included in the WebSphere Application Server Feature Pack for Web 2.0 & Mobile v1.1. For those not familiar with diagramming, the purpose of this widget is to display and edit graphs (also called diagrams), that is, graphical representations made of nodes connected by links. Diagrams are commonly used to display and edit relationships between objects.Here are some... [More]
|
Web 2.0 and Mobile Feature Pack Showcase
The Web 2.0 and Mobile Feature Pack adds a significant amount of functionality. A showcase sample is available for you to see some of the new features available. First, there are mobile specific demos which feature the new Dojo mobile widgets. Whether it be buttons, switches, views with headings and tab bars, or transitions, dojox.mobile enables you to build great apps for your mobile devices. Also, you may want to use the latest Dojo model view... [More]
|
Feature Pack for Web 2.0 and Mobile V1.1.0 is now available!
I'mpleased to announce that the WebSphere Application Server Feature Pack for Web2.0 and Mobile V1.1.0 is now available! Enterprise developers face many challengeswhen they want to create mobile applications. If they decide to build nativeapplications, they need to create a different version for each type of mobilephone or tablet, using different development kits and programming languages.Then they need to post on each application store and... [More]
|
Welcome to the Web 2.0 and Mobile Development Community
Welcome
to the Web 2.0 and Mobile Development Community! The
information provided in this group is intended to help software
developers and others
involved in software delivery to stay informed
on the latest news, blog posts, and articles discussing Web 2.0 and
mobile related technologies. This
community has been formed by the very same developers who have
brought you the IBM WebSphere Application Server Web
2.0 and Mobile Feature Pack... [More]
|
How is Mobile Computing Affecting Your Enterprise Strategy?
HERE is the video from the May 18, 2011 Global WebSphere Community Lab Chat hosted by
Greg Truty titled "How is Mobile Computing Affecting Your Enterprise
Strategy?" : http://www.websphereusergroup.org/corgi/go/gallery/item/1419691?pref_tab=videos&type=video It's on the Global WebSphere Community site (login required)
|
Webinar: Enterprise Development Options for Mobile Devices
Live webinar. Date: Thursday, July 14th, 2011with live Q&A, Registertoday ! Time: 11:00am EDT*/8:00 amPDT/15:00 UTC Speaker: Todd Kaplinger, Web2.0 and Mobile Release Architect, IBM Many of today’s applications must notonly run on the desktop and a Web browser but, increasingly, on smartphones and tablets as well. Software developers now are faced withthe challenge of adapting their apps to these mobile devices. This presentation looks at... [More]
|
Notifications with dojox.socket, Servlet 3.0 Async, and EJB 3.1 TImers
The Web 2.0 and Mobile Feature Pack for WebSphere ships the latest version of dojo . One of the new technologies in dojo is dojox.socket . Dojo 1.6 introduces a new API for Comet-style real-time communication based on the WebSocket API. WebSocket provides a bi-directional connection to servers that is ideal for pushing messages from a server to a client in real-time. Dojo’s new dojox.socket module provides access to this API with automated... [More]
|
[Video FAQ] How does the Feature Pack help the client communicate with the server? |
[Video FAQ] Will I need to create different versions of my app for each mobile device? |
Using the Web 2.0 and Mobile Feature Pack with PhoneGap
In a previous article titled Mobile Apps and the Web , I talked about how there are various approaches to Mobile: Mobile Web Hybrid Apps Native Apps The Web 2.0 and Mobile Feature Pack gives you the components needed to build a Mobile Web Solution. However, as I discussed, there are cases when you need Hybrid solutions. Examples of requirements are: App Store Deployment. Access to Native Features like the Camera or contact list. Offline... [More]
|
[Video FAQ] How much reuse can there be between my desktop & mobile app? |
[Video FAQ] Can a mobile web application really feel like a true native one? |
Displaying attractive diagrams: quick hints for choosing a graph layout algorithm from Dojo Diagrammer
Many types of complex business data can best be visualized as a set of nodes and interconnecting links, more commonly called a graph or a diagram. Examples of graphs include business organization charts, workflow diagrams, telecom network displays, and genealogical trees. The mathematical concept of graphs is so general that it is used as a modeling tool in almost any domain. When we need to get a visual understanding of the graph data, there is... [More]
|
[Article] Security Basics (Web & Mobile)
Veryearly on while developing one of the Web 2.0 & Mobile servicessamples, I got a quick lesson on web security. Cesar, a colleague ofmine at the time, decided to run the IBM Rational AppScan toolagainst my service & sample. He very quickly found severalcross-site scripting vulnerabilities built into the service itself. Who was to know that echo'ing values back to the user (somethingusually considered helpful in app dev), would prove... [More]
|
[Video FAQ] How can developers test their mobile apps? |