Ç°ÍùShuct.NetÊ×Ò³

Shudepb PB·´±àÒëר¼Ò³¤Ê±¼äÒÔÀ´,ΪҵÄÚͬÀàÈí¼þÊÂʵÉϵÄΨһѡÔñ.ϸ½Ú,ÕÃÏÔרҵ.̬¶È,¾ö¶¨Æ·ÖÊ.

¹ØÓÚPowerBuilderµÄËÑË÷

Twenty-Four Reasons To Consider PowerBuilder 12 | PowerBuilder Journal Welcome! Register | Sign-in Search Jump to a Magazine .NET AJAX APACHE BIG DATA CLOUD COMPUTING CMS COLDFUSION CRM ECLIPSE FLEX HP IPHONE JAVA LINUX OPEN STACK OPEN SOURCE OPEN WEB ORACLE PERL PHP PowerBuilder PYTHON RED HAT RUBY SAP SDN SEARCH SILVERLIGHT SOA SYMBIAN VIDEO VIRTUALIZATION WEB 2.0 WEBLOGIC WEBSPHERE WIRELESS XML Home Subscribe Advertise Authors Topics Videos Events Webcasts PowerBuilder: Email Alerts Newsletters Get PowerBuilder: Homepage Mobile Internet of Things | Cloud | Big Data | SDDC | DevOps | Virtualization | Java | Open Source | Open Stack | Mobile | Security | WebRTC | SOA PowerBuilder Authors: Yakov Fain, Chris Pollach, RealWire News Distribution, Al Soucy, Elizabeth White Related Topics: PowerBuilder PowerBuilder: Article Twenty-Four Reasons To Consider PowerBuilder 12 PowerBuilder 12 has been released: definitely one of the most ambitious releases in many years By Bruce Armstrong Article Rating: Select ratingGive it 1/5Give it 2/5Give it 3/5Give it 4/5Give it 5/5 May 2, 2010 07:30 AM EDT Reads: 16,368 Related Print Email Feedback Add This Blog This PowerBuilder 12 has been released.? The new version represents a huge leap forward as far as support for .Net development, particularly reflected by the introduction of a new .Net IDE based on the Visual Studio Isolated Shell.? That doesn't mean that people who aren't doing .Net development with PowerBuilder (the people doing "classic" development) have been left out.? There are also a number of enhancements in the "Classic" 32 bit IDE as well.? We'll cover some of those first. Classic IDE Enhancements 1.?????? ?Support for Windows 7.? Officially, the release notes indicate support for "Windows 7 Professional 32-bit".? There are several editions of Windows 7, including Starter, Home Basic, Home Premium, Professional, Enterprise and Ultimate (http://en.wikipedia.org/wiki/Windows_7_editions).? Only Premium and above (Enterprise and Ultimate) can connect to a network, so it makes sense for a program like PowerBuilder to only officially support Premium and above.?? It should also be safe to assume that programs that fully support Premium will work on Enterprise and Ultimate as well.? However, all of the editions other than Starter also come in a 64 bit version.? No word on when Sybase will announce compatibility or official support for the 64 bit versions of Windows 7.? (Not that it would run as a 64 bit program, just that it would be officially supported to operate as a 32 bit program on that OS). 2.?????? Web Service Client Enhancements.? Web service client functionality in the "classic" IDE has been enhanced through support for adding and getting cookies for proxy through the PBAddCookie and PBGetCookies methods.? In addition,? a new Web Services Client extension class (like SoapConnection and SoapException) has been added called SoapPBCookie which has 11 different methods for interaction with web service client cookies (GetComment/SetComment, GetCommentUri/SetCommentUri, GetExpired/SetExpired, GetExpires/SetExpires, GetHttpOnly/SetHttpOnly, GetName/SetName, GetSecure/SetSecure, GetTimestamp, GetURI/SetURI and GetValue/SetValue).? In addition, several new methods have been added to the SoapConnection class for dealing with proxy servers when using the .Net engine.? AddToBypassList and RemoveBypassList allow you to specify URLs that can be accessed without going through the proxy server.? SetBypassProxyOnLocal indicates that connection to intranet URLs don't have to go through the proxy server.? SetUseDefaultProxySetting allows the web service client to read the proxy settings from the Internet Explorer settings. 3.?????? Miscellaneous Enhancements: a.?????? RichTextEdit Control:? Functionality has been enhanced to deal with table grids that have been copied into the control.? Previously, the only way to clear the entire grid was to insert a new blank RTF document.? Simply clearing the control would leave the table grids in the control.? Clearing a portion of existing text required copying out the portion to be kept, inserting a blank document and then copying the desired text back in.? The Clear function has been enhanced with an optional Boolean argument to indicate whether table grids should be cleared from the selected text.? A new ClearAll function has also been added to clear the entire control including table grids. b.????? DataWindow:? A new OriginalSize property has been added for button and picture controls in the DataWindow, similar to the existing OriginalSize property on stand alone button and picture controls. c.?????? Database Enhancements: A GenerateEquallsNull database parameter has been added for all database interfaces to allow variation in how null comparisions are made.? The default ("No") means that the original "IS NULL / IS NOT NULL" syntax is used.? When the parameter is set to "Yes", the syntax is changed to " = null / <> null".? The only database I'm aware of that uses this syntax is Microsoft SQL Server when ANSI_NULLS has been turned off.? A NCharBind database parameter has also been added for "native" SQL Server (SNC) connections. PowerBuilder .Net IDE Features - The new IDE adds a great deal of new functionality for PowerBuilder developers: 4.?????? Editing Enhancements - As mentioned previously, the new PowerBuilder.Net IDE is based on the Visual Studio isolated shell.? That means that many of the more advanced code editing features of that IDE are now available to PowerBuilder developers.? For example, the PowerBuilder.Net IDE supports Intellisense - somewhat akin to the AutoScripting feature in PowerBuilder Classic, but with a number of additional features. 5.?????? Windows Presentation Foundation (WPF) applications - WPF is the .Net next generation approach for GUI applications running natively on the client.? PowerBuilder 12.Net supports the creation of WPF application, in part by introducing new WPF control classes that are all .Net wrappers around standard PowerScript controls.? As a result, you can continue to use the PowerBuilder.Net window painters much the same way as you would with the PowerBuilder Classic version, but the result is WPF.? WPF is based on Extensible Application Markup Language (XAML), which in turn is also the basis for Silverlight, Microsoft approach for RIA applications operating within a browser and for applications for the upcoming Windows Mobile 7.? While PowerBuilder.Net does not support Silverlight with this initial release, much of the groundwork has been laid for Silverlight support, opening up the possibility of creating RIA web applications and Windows Mobile 7 applications from it in future versions. 6.?????? WPF DataWindows - In order to support creation of WPF applications, a new version of the DataWindow was also introduced that renders WPF output and compiles to fully managed code. 7.?????? Skinning Applications - One of the built in features of WPF is that the purely visual aspects of you application is saved out in a separate XAML file from the code that implements its functionality.? As a result, skinning an application only requires the creation of custom XAML files to apply different visual characteristics.? While it has been possible to use third party tools to skin PowerBuilder applications in previous versions, the functionality was not native, and the skinning didn't apply to the DataWindow because of the way it rendered its visual characteristics.? Now that everything in PowerBuilder.Net supports WPF, skinning is possible throughout the application, is built in, and is rather simple. 8.?????? Windows Communication Foundation (WCF) services - WCF is the .Net next generation approach for implementing services.? Significant enhancements in WCF include support for transport mechanisms other than SOAP and build in support for web services standard such as WS-Security. 9.?????? No more PBLs! - What appear to be PBLs in the PowerBuilder.Net solution explorer are directories, with a direct correspondence between files in that directory and PowerBuilder objects in the "pbl".? Since the source code is now being saved out in a text file, it means that normal source control operations can now be applied directly to the files.? You are no longer limited to providers supporting a particular source control API.? Those that do support the API that the Visual Studio shell support have the advantage of allowing you to work directly within the IDE, but you can also use other source control systems and work with the files directly with their tools (e.g., the Tortoise SVN plug-in for Windows Explorer). CIO, CTO & Developer Resources 10.?? Ability to save an object with compile errors - Sounds like an odd "enhancement", but one of the things that many developers learn early is that "save early, save often" isn't just a good idea for retirement savings, it's also a good idea in software development.? It's all too easy to do something that might lead to a system crash, only to discover that the last time you saved your work was 4 hours prior to the crash and all the work since is gone.? The difficultly to date doing that with PowerBuilder is that PowerBuilder never allowed you to save an object until every script in that object could compile without errors.? Sometimes when you're in the middle of debugging or rewriting something, you may want to save your work without having to ensure that it can all compile.? Because of PowerBuilder's restrictions though, you were often forced to comment out huge blocks of code just so the IDE would allow you to save the object.? With PowerBuilder.Net, saving an object and compiling it are now two separate operations.? As a result, you can save your code at any point, whether it's capable of compiling or not. 11.?? Support for Add-Ins to the IDE - Back when PowerBuilder 10 was released, one of the new features was the PowerDesigner Plug-in for the PowerBuilder IDE.? The PowerDesigner Plug-in was based on a more generic Plug-in API that the engineers introduced into the IDE, tantalizing us with the possibilities that other plug-ins would become available and that we might be able to create our own.? Sybase never documented the API though, and so nothing else ever bore fruit out of that.? Now that PowerBuilder is based on the Visual Studio isolated shell though, plugins can be developed in any .Net language (including PowerBuilder .Net). 12.?? Better support for arrays - In previous versions of PowerBuilder, you either defined arrays as bounded or unbounded in their declaration, and they stayed that way.? In PowerBuilder.Net, you can declare an array as unbounded, and then dynamically limits its bounds at runtime.? Previous versions of PowerBuilder didn't allow you to return an array from a function without wrapping it in an object or structure.? In PowerBuilder.Net, you can now return a bare array from a function.? Finally, PowerBuilder.Net supports the declaration of "jagged" arrays (arrays of arrays). 13.?? Additional DataWindow Graph Styles - PowerBuilder.Net adds Bubble, Cone, Donut (including 3D Donut) and Radar graphs to the styles of graphs available within a DataWindow. 14.?? DataWindow Graph Tooltips - All DataWindow graph styles support a tooltip property that can provide information about the category, series and/or value of each data point in a graph. 15.?? DataWindow Graph Palettes - You can create a custom palette for a graph and load and save it as an XML file. 16.?? Interfaces - PowerBuilder.Net supports the creations of interfaces, which can then be applied to an object to enforce its compliance with the interface without having to inherit from it. 17.?? Inheriting from .Net classes - PowerBuilder 12 allows you to inherit from a .Net class and then extend its functionality. 18.?? Parameterized Constructors - You can now overload the default constructor for objects to provide a custom constructor that takes arguments. 19.?? Properties - You can create properties in your objects that wrap instance variables of the object, leaving them protected and requiring access through the properties. 20.?? Bit operators - PowerBuilder.Net adds a BitRight and BitLeft operation to handle bit shifting functionality. 21.?? User Defined Enumerations - PowerBuilder.Net adds support for creating your own enumerated types. 22.?? Delegates - PowerBuilder.net can consume .Net delegates either synchronously or asynchronously. 23.?? Generics - PowerBuilder.Net can consume .Net generic classes and methods. 24.?? Support for adding third-party controls - Like previous versions of PowerBuilder allowed you to include 3rd party ActiveX controls in your application, PowerBuilder.Net allows you to add 3rd party .Net controls to applications you create with the new IDE.? However, PowerBuilder.Net allows you to include 3rd party controls in DataWindows, not just in windows.? It will also allow you to inherit from those 3rd party controls provided they are not XAML based controls (XAML does not support visual inheritance). You should download the evaluation version and try it out yourself.? Definitely one of the most ambitious releases in many years. Published May 2, 2010 &#150; Reads 16,368 Copyright &copy; 2010 SYS-CON Media, Inc. &mdash; All Rights Reserved. Syndicated stories and blog feeds, all rights reserved by the author. Related Print Email Feedback Add This Blog This Related Stories PowerBuilder 12.1 .NET IDE Productivity More Stories By Bruce Armstrong Bruce Armstrong is a development lead with Integrated Data Services (www.get-integrated.com). A charter member of TeamSybase, he has been using PowerBuilder since version 1.0.B. He was a contributing author to SYS-CON's PowerBuilder 4.0 Secrets of the Masters and the editor of SAMs' PowerBuilder 9: Advanced Client/Server Development. Comments (0) Share your thoughts on this story. Add your comment You must be signed in to add a comment. Sign-in | Register In accordance with our Comment Policy, we encourage comments that are on topic, relevant and to-the-point. We will remove comments that include profanity, personal attacks, racial slurs, threats of violence, or other inappropriate material that violates our Terms and Conditions, and will block users who make repeated violations. We ask all readers to expect diversity of opinion and to treat one another with dignity and respect. Please wait while we process your request... Your feedback has been submitted for approval. Top Reads - Week This Month All Time Software Development Today and 20 Years Ago Black Duck Software CEO Tim Yeaton Rejoins Red Hat to Lead Newly-Formed Infrastructure Group Enterprise Mobility 2013: BYOD, MDM, Big Data and Application Management STD Foundation Classes - Integrated Framework (Service Pack#1) OSUG Meeting - PB World Tour Event! MongoDB Named Database Management System of 2013 STD Web Service Framework - Service Pack#1 Ottawa Sybase User Group - Closes its Doors STD FC&#039;s - End of Support for PB.Net Embarcadero Scales to Big Models and Data Warehouses with Enhanced Database Tools Wayside Technology Group, Inc. Reports 2013 Fourth Quarter & Full Year Results and Declares Quarterly Dividend STD FC&#039;s - Best Year Ever! SAP Releases New SAP Business ByDesign Solution Cloud Development Using SCM 12.5 BYOD and Mobile Security Solutions Software Development Today and 20 Years Ago Black Duck Software CEO Tim Yeaton Rejoins Red Hat to Lead Newly-Formed Infrastructure Group SAP Announces PB15 Beta Enterprise Mobility 2013: BYOD, MDM, Big Data and Application Management Rob Meinhardt Named to Bomgar&#039;s Board of Directors STD Foundation Classes - Integrated Framework (Service Pack#1) OSUG Meeting - PB World Tour Event! Beyond the Rack Gears Up For Next Phase Of Growth With $25 Million Equity Round SAP Increases Focus on Developer Experience and Makes Key Open Source Contributions Where Are RIA Technologies Headed in 2008? PowerBuilder History - How Did It Evolve? Cloud People: A Who&#039;s Who of Cloud Computing DDDW Tips and Tricks Working with SOA & Web Services in PowerBuilder Dynamically Creating DataWindow Objects Creation and Consumption of Web Services with PowerBuilder OLE - Extending the Capabilities of PowerBuilder Cloud Expo 2011 East To Attract 10,000 Delegates and 200 Exhibitors DataWindow.NET How To: Data Entry Form Custom Common Dialogs Using SetWindowsHookEx Dynamic SQL CommentsNew Release of Quest Toad for Oracle Offers Enhancements to Reduce Risk By Liz McMillanyourfanat wrote: I am using another tool for Oracle developers - dbForge Studio for Oracle. This IDE has lots of usefull features, among them: oracle designer, code competion and formatter, query builder, debugger, profiler, erxport/import, reports and many others. The latest version supports Oracle 12C. More information here.Oct. 22, 2013 02:57 AM EDTread more & respond &raquo; Savings Virtualization Conference & Expo Early Bird Savings Expire on Friday !.. --> Cloud Expo & Big Data Expo 2013 West DIAMOND SPONSOR: Data DirectSOA, WOA and Cloud Computing: The New Frontier for Data Services --> KEYNOTES SHIOpening Keynote | The Changing Atmosphere of Cloud Computing RackspaceDay 2 Keynote | How to Maintain Relevancy in a Cloud World: A Step-by-Step Approach to the Future Business of IT Akamai Day 2 Lunch Keynote | Application Delivery in the Cloud: Debunking Myths and Showcasing the Realities HGST Day 3 Keynote | Navigating Storage in a Cloudy Environment Microsoft Day 4 Keynote | Clouds, Devices, and Demos! What Developers Need. IntelVirtualization &ndash; Path to Predictive Enterprise Green HillsIT Security in a Hostile World JBoss / freedom ossPractical SOA Approach --> DIAMOND SPONSOR SHIBest Practices from SHI's CIO Key Customers IntelThe Impact of Big Data and Cloud on Data Connectivity --> PLATINUM PLUS SPONSORS HGSTLighten Your Data Center TCO with Helium Storage Solutions IntelThe Impact of Big Data and Cloud on Data Connectivity --> RackspaceThe Next Generation IT Department ¨C Must Have Hybrid Cloud PLATINUM SPONSORS OracleIs There a Silver Lining to Cloud ¡ª Or Just a Lot of Hot Air? --> OracleTen Myths of Cloud Computing GOLD SPONSORS AkamaiFear & Loathing in the Enterprise Cloud (with apologies to Hunter S. Thompson) SOA SoftwareAPIs for Mobile App Development: A Soup to Nuts Analysis SoftLayerPerformance Is Not a Commodity Verizon New Cloud. New Rules. SoftLayer Building a "Mainstream" Private Cloud: What You Need to Know --> Power Panels Why Is Big Data Such Big Business? CTO Power Panel: Has Cloud Computing Changed IT for the Better? CEO Power Panel: Where's the Cloud Taking IT Next? Click For 2012 West Event Webcasts --> TopicsAll SectionsPBDJ ArchivesCase StudiesCover StoryDataWindowsFeaturesFrom the EditorGuest EditorialIndustry NewsInterviewsPowerBuilder News DeskProduct ReviewShow ReportTips & ToolsWrite For Us --> Cloud Expo & Big Data Expo 2013 East DIAMOND SPONSOR: Data DirectSOA, WOA and Cloud Computing: The New Frontier for Data Services --> KEYNOTES IBMOpening Keynote | Convergence & Interoperability Will Define Next-Generation Cloud Architectures RackspaceDay 2 Keynote | Ignite Innovation: Turn Developers Loose on Hybrid Cloud Akamai Day 2 Lunch Keynote | Strategies for Application Delivery in the Cloud Era Intel Day 3 Keynote | Driving Cloud Innovation: SSDs Change Cloud Storage Paradigm Citrix Day 4 Keynote | Go Beyond IaaS to Deliver "Anything As a Service" Citrix Day 4 Lunch Keynote | How CIOs are Transforming to the Cloud ¨C Lessons From the Real World IntelVirtualization &ndash; Path to Predictive Enterprise Green HillsIT Security in a Hostile World JBoss / freedom ossPractical SOA Approach --> PLATINUM PLUS SPONSORS CitrixCitrix and Alcatel Lucent Joint Cloud Solution and Architecture IntelThe Impact of Big Data and Cloud on Data Connectivity --> RackspaceThe Next-Generation IT Department ¨C Must Have Cloud PLATINUM SPONSORS OracleIs There a Silver Lining to Cloud ¡ª Or Just a Lot of Hot Air? --> OVHAgile IaaS with the OVH Dedicated Cloud Verizon TerremarkThe Cloud of Tomorrow GOLD SPONSORS AkamaiCloudy With a Chance of...Success CoraidSoftware-Defined Storage for Cloud Architectures McAfeeIs Cloud Safer Than Your Traditional Datacenter? SOA Software Using APIs for Better Business Partnerships SoftLayer Building a "Mainstream" Private Cloud: What You Need to Know --> Power Panels Why Is Big Data Such Big Business? CTO Power Panel: Has Cloud Computing Changed IT for the Better? CEO Power Panel: Where's the Cloud Taking IT Next? Click For 2012 West Event Webcasts Latest Articles Latest Blogs Latest News Cloud Development Using SCM 12.5 SAP Releases New SAP Business ByDesign Solution BYOD and Mobile Security Solutions SAP to Announce a New Version of PowerBuilder OData Support in SQLAnywhere 16.0 Cloud People: A Who&#039;s Who of Cloud Computing One of SAP¡¯s Co-CEOs to Step Down Underlining the Need for Collaborative Spot Buying Cloud Expo New York: From Your Datacenter to the Cloud and Back Whither Windows? Field Mobility News Weekly Come on in, the Forums Are Fine¡­ More Articles... Software Development Today and 20 Years Ago PBTV Guru&#039;s Coming to Charlotte, NC! Embarcadero Scales to Big Models and Data Warehouses with Enhanced Database Tools Appeon Learning Center Appeon&#039;s World Tour 2014 Coming to Charlotte Appeon 2.0 - Production Availability Ottawa Sybase User Group - Closes its Doors STD FC&#039;s - Best Year Ever! STD FC&#039;s - End of Support for PB.Net THE 2014 PowerBuilder Conference! STD Foundation Classes - Integrated Framework (Service Pack#1) STD Web Service Framework - Service Pack#1 More Blogs... Rimini Street anuncia os resultados do quarto trimestre e do ano completo de 2013 Rimini Street annonce ses r¨¦sultats pour le quatri¨¨me trimestre et l¡¯exercice?2013 Rimini Street Anuncia Resultados Financieros del Cuarto Trimestre y del A?o Fiscal 2013 Rimini Street gibt Finanzergebnisse f¨¹r das vierte Quartal und das Gesch?ftsjahr 2013 bekannt Rimini Street Announces Fourth Quarter and Full Year 2013 Financial Results Dimension Data Americas Continues Expansion Into Cloud, Appoints Top Executive To Lead Cloud Solutions Business Pegasystems Appoints Robert Tas Chief Marketing Officer Embarcadero Scales to Big Models and Data Warehouses With Enhanced Database Tools Enterprise Mobility 2013: BYOD, MDM, Big Data and Application Management Wayside Technology Group, Inc. Reports 2013 Fourth Quarter & Full Year Results and Declares Quarterly Dividend LRN Enhances Ethics & Compliance Leadership with Senior Hire Steve DeWindt Appointed to Wayside Technology Group Board of Directors More News... About PowerBuilder Journal PowerBuilder Developer's Journal brings in-depth perspectives, features, columns, book excerpts and guest editorials from thought leaders in the PowerBuilder development community. Subscribe to PowerBuilder Journal Email News Alerts Subscribe via RSS Click this link to view as XML ADD THIS FEED TO YOUR ONLINE NEWS READER Top Stories Cloud Expo Net Neutrality: Are We on a Collision Course? | Part 1 How Dell Converts Social Media Analytics into Strategic Business Advantage CloudBees Raises $11M in Series C Financing IBM Cloud-Based Exchange Helps Transform Indian Automotive Industry QTS Launches Enterprise Cloud Solution Linux AppZero Signs Channel Partner Agreement with Dot Net Solutions Habitually Successful Delivery VictorOps Makes Being On-Call Suck Less QTS Announces 2013 Channel Partner Program Results and 2014 Focus Bersin by Deloitte to Showcase Industry-Leading Research on Diversity & Inclusion, Talent Acquisition and Talent Analytics Research at its Annual IMPACT: The Business of Talent? Conference Web 2.0 Software Development Today and 20 Years Ago Lantronix New Google Cloud Print-Certified Mobile Printing Solution for Businesses -- Now Shipping Top 100 Most Influential Blacks in Corporate America Featuring Kaiser Permanente Chairman & CEO Bernard Tyson Announced by Savoy Magazine DocuSign and NetSuite Partner to Help Organizations Keep Business Fully Digital Logicalis US Tapped for Thought Leadership Educational Videos in Three Key Tech Areas Java DevOps Pay Raise: Quantifying the Value of DevOps F-Secure Labs Releases New Threat Report, Reveals Latest Threats to PC, Mac and Mobile DocuSign Raises $85 Million Secure Corporate Content in the Cloud within a Connected Mobile Ecosystem Analyzing the Impact of Cloud Computing on the IT Department Virtualization New York Security Conference Adds Dr. Clay Wilson, Program Director for Cybersecurity at American Public University System (NASDAQ: APEI), Implant Sciences (OTCQB: IMSC), Applied DNA Sciences (OTCQB: APDN); Cybersecurity, Explosives Detection and DNA Base Microsoft Dynamics CRM Private Cloud Solutions From Project Hosts to Be FedRAMP JAB P-ATO Approved This Fall ON24 Produces SAP IT Transformation Forum NCOIC Debuts Roadmap for Designing, Managing Cyber-secure Hybrid Computing Environment Medac Selects WOW!Business Network, Cloud Computing and Data Center Services to Better Serve Anesthesia Practices .NET Pre-Market Review of Top Gainers: Canadian Solar, Qihoo 360 Technology, Peregrine Pharma, Renren, and UTi Worldwide The Natural Language Processing (NLP) Market Report - Worldwide Market Forecast & Analysis to 2018 With Company Profiles on Prominent Market Players Including IBM, Microsoft and More Wunderman¡¯s Worboys Makes Big Data 50 List of Influencers, Strategists and Thinkers The Global High Performance Computing Market: Includes Forecasts to 2018 and Detailed Company Profiles on the Industry Leaders After the Internet: Are we one step away from an advanced Digital Earth? SOA & WOA Social Login: The Right Solution for Your Business? Tackling the Need for Speed and Agility Can Net Neutrality Bring About Competition and Differentiation? Big Data: The Tools That Work How to Choose Where Your Load Should Come From Big Data Journal GoodData Announces Its Open Analytics Platform to Power Tomorrow&#039;s All Data Enterprises When Ralph Kimball Speaks People Listen: Hear what the father of the data warehouse has to say about Apache Hadoop Arkados&#039; LinqUSP Makes it Easier to Connect to the Internet of Things Actility and Semtech Offer Low-Cost Long-Range Radio Solution for M2M and Internet of Things (IoT) Applications Speech-to-Text Joint Venture Formed to Enable Global Media Monitoring SDN Journal Software Defined Shouldn¡¯t Be About Infrastructure DocuSign und NetSuite tun sich zusammen, um Unternehmen dabei zu helfen, ihre Gesch?fte vollkommen digital zu f¨¹hren Fusion-io Helps Yelp Deliver Reviews on Short Order ARM Server to Transform Cloud and Big Data to the Internet of Things DevOps Summit 2014 New York Registration Now Open Search NCR SilverTM Mobile POS Adds Loyalty and Rewards for Small Business FieldLens to Demonstrate Google Glass Application at CONEXPO Instructure Awards $100,000 in K-12 and Higher Education Grants New App: The Mobile Petrol Pump for Windows Phone 8 MyCrowd? Launches to Reinvent the Freelancing Model Websphere Research and Markets: Analysis of the Global Virtualized IP Testing Market 2014 The Global High Performance Computing Market: Includes Forecasts to 2018 and Detailed Company Profiles on the Industry Leaders harmon.ie Launches First Enterprise Collaboration Hub NextDocs Expands Partner Ecosystem to Enhance its Regulated Content Management and Compliance Offerings Licensing Executives Society (USA & Canada) Announces New Addition to Stellar Line-Up of Top IP Presenters for Mid-Year Meeting March 25-27 in New York Open Source DreamHost to Present at OASIS: The Montgomery Summit Apps Alliance and Intuit Announce Open Source Code for Mobile App Privacy Notifications User Interface Software dizmo Raises Over $41,000 with 24 Hours to go SlickEdit Inc. Defeats Uniloc USA Inc. in Patent Infringement Lawsuit User Interface Software dizmo Raises Over $41,000 with 24 Hours to go iPhone Financial Companies Report Appointments, Recognitions, Stock Movements, and Conference Schedules - Analyst Notes on Goldman Sachs, Morgan Stanley, AIG, Schwab, and Prudential Financial Surgical Notes Develops Mobile Transcription Application to Improve Completion of Physician Operative Notes SPIRIT DS Demonstrated Its Cost-Effective H.264/VP8 Video Transcoding Server and Videoconferencing Server with iOS, Android and Windows Phone Mobile Clients at the Mobile World Congress in Barcelona New 888poker Promotion Lets Players Get in on $88,888 of MADNESS Kickstarter Campaign Introduces Sleek, Zero-Signal Loss Aluminum iPhone Bumper Internet of Things Journal The First Article on How to Truly Implement the Internet of Things Cloud Solutions and Market Opportunities Sprint Teams with IMS to Offer Premium Turnkey Insurance Telematics Solution Mobile Health News Weekly - Week of March 2, 2014 USA Technologies to Present at Upcoming Investor Conferences Wireless Stationary Fuel Cells: Market Shares, Strategies, and Forecasts, Worldwide, 2014-2020 Convergent Announces New Pre-Arrival Patient Access Case Study with Medical Center Hospital of Odessa, Texas Presentations, Stock Price Movements, Dividends, and Patents - Analyst Notes on Sprint, America Movil, China Mobile, TDS, and xG Technology When Disaster Strikes: Safeguarding Networks Charter to Participate in Deutsche Bank Media, Internet & Telecom Conference AJAX & REA getAbstract Announces New Apps for All Popular Mobile Platforms getAbstract k¨¹ndigt neue Anwendung f¨¹r alle g?ngigen mobilen Plattformen an Synergis Forms Alliance to Deliver Advanced Online Training for Specialized Autodesk Solutions Fotolia&#039;s TEN Collection brings together photographers and designers for unprecedented artwork in Season 3 Reception Welcomes Community To Sagebrush Inn Security In-Memory Technology Will Open the Doors to a Wave of Innovation 2014 Business Technology Security Threat Assessment Three Reasons Financial Services Companies Need APM Right Now Routing: How DevOps Bridges IT Gaps & Enables Software-Defined Something CRAM the Cloud: Creating Resilient Application Migration Eclipse Astute Recognized by Storage Strategies NOW as a Game-Changing Networked Flash Solution for Both NFS and iSCSI Physical and Virtual Environments Test Equipment Plus Announces the Signal Hound BB60A Real-time Spectrum Analyzer with Excellent Performance for Under $2,500 BitPay Opens Latin America Headquarters in Argentina GoDaddy Becomes OpenStack Sponsor Test Equipment Plus annonce l&#039;analyseur de spectre en temps r¨¦el Signal Hound BB60A, qui offre d&#039;excellentes performances pour 2 299 € Apache ComZetta - Can a Smartphone or Tablet Replace Your PC? ComZetta - Can a Smartphone or Tablet Replace Your PC? Trustev Taps Datameer Big Data Analytics for E-Commerce Identity Verification Solution Fluid Networks Selects Thinspace Technology (OTCBB: THNS) For Secure Remote Access Over Industry Giant WebPurify Launches New Profanity Filter Server DevOps Journal Time To Join The DevOps Movement Tokutek Announces Online Learning Series for MongoDB Distro TokuMX Best Open Cloud for IoT Solution @ThingsExpo 2014 APIs: What Will Happen With The Internet of Things? What to Look for in an Agile Load Testing Solution Adobe Flex Employee Engagement Innovator GuideSpark Raises over $15 Million in a Series B Round, Led by NEA USAA, Kaiser Permanente, Amazon.com, Pandora, Costco, Wegmans, Apple, TracFone, Southwest and Westin Among the Highest in Customer Loyalty in the 2014 Satmetrix? Net Promoter? Benchmarks La TEN Collection di Fotolia presenta per la prima volta insieme fotografi e grafici uniti nella creazione di opere uniche per la Season 3 Steiner Tractor Parts announces New Mobile Website Adobe Summit 2014 ¨C The Digital Marketing Conference Registration Now Open Open Web SADA Systems Updates Infrastructure Management Services TinderBox for Box Extends Document Generation and Content Collaboration in the Cloud SHI International Corp. Joins the Google Apps Reseller Program How to Performance Test Automation for GWT and SmartGWT Alteva Partner Wins 2014 Channel Partners 360 Award OpenStack Journal Cloud Expo Names Industry Thought Leader Vanessa Alvarez Conference Chair OpenNebula vs. OpenStack: User Needs vs. Vendor Driven Emulex Optimises Performance and Scalability for Virtualisation and the Cloud with New Ethernet and Converged Network Adapters A Design for an Agile Cloud Management Platform Astute Networks Announces Adaptive Networked Flash Solution For Both NFS And iSCSI Physical And Virtual Environments PowerBuilder Creation and Consumption of Web Services with PowerBuilder STD FC&#039;s - End of Support for PB.Net SAP and Big Data SAP to Announce a New Version of PowerBuilder Embarcadero Scales to Big Models and Data Warehouses with Enhanced Database Tools GovIT New Version of the Industry-Standard FICO Score Will Be Available Beginning this Summer Federated Clouds for Emergency Response RSA Conference USA 2014 Exhibitor Profiles (A through L) RSA Conference USA 2014 Exhibitor Profiles (M Through Z) Federal Big Data Community Convenes 6 Feb at Apache Hadoop Forum XML E-Learning Leader Improves the Industry Standard in Rapid Authoring With Articulate Studio &#039;13 Update APM Convergence: Monitoring vs. Management U.S. Census Bureau Profile America Facts for Features -- Women&#039;s History Month: March 2014 iPayments ¨C An example of utilizing C-SOA and ¡®Certified Services Architecture¡¯ Cloud 2.0 ¨C From CRM to IRM WebRTC 2nd WebRTC Summit Registration Now Open IoT Service Revenues to Reach $20 Billion Building Video Calling with PubNub and WebRTC WebRTC Summit at Cloud Expo Agenda Announced WebRTC and the Customer Experience SYS-CON.TV SYS-CON.tv Interview: Continuous Testing SYS-CON.tv Interview: Innovating in the Marketplace SYS-CON.tv Interview: Onboarding Software in the Cloud SYS-CON.tv Interview: The Purposed Cloud Mike Hoskins of Pervasive Software ColdFusion Leveraging WebDAV-Accessible Directories with Mac OS X Server & ColdFusion MX 7.0.1 Cloud Expo 2011 East To Attract 10,000 Delegates and 200 Exhibitors Cloud People: A Who&#039;s Who of Cloud Computing Where Are RIA Technologies Headed in 2008? SiSense Announces Native Connectivity to Salesforce.com, Zendesk, Google CIO, CTO & Developer Resources Cloud Expo Home Register Keynotes Speakers Sessions Schedule Exhibitors Sponorship Info Conference Info Hotel Info Press Registration Call For Papers Media Sponsors Advisory Board Volunteers Is Your Business 100% Ready for the New Era of Cloud Computing and Big Data? The Only Enterprise IT Event in 2013 Covering the Entire Scope of both Cloud & Big Data Come to New York and get yourself up to date with the Big Data revolution! As advanced data storage, access and analytics technologies aimed at handling high-volume and/or fast moving data all move center stage, aided by the Cloud Computing boom, Cloud Expo is the single most effective event for you to learn how to use you own enterprise data ¨C processed in the Cloud ¨C most effectively to drive value for your business. There is little doubt that Big Data solutions will have an increasing role in the Enterprise IT mainstream over time. Get a jump on that rapidly evolving trend at Big Data Expo, which we are introducing in November at Cloud Expo New York. "Cloud" has become synonymous with "computing" and "software" in two short years. Cloud Expo is the new PC Expo, Comdex, and InternetWorld of our decade. By 2012, more than 50,000 delegates per year will participate in Cloud Expo worldwide. The cloud is certainly a compelling alternative to running all applications within a traditional corporate data center. But moving from theory into practice is where things get complicated, and this is where attending a top industry event like Cloud Expo comes in. No one can take full advantage of cloud computing without first becoming familiar with the latest issues and trends, which is why the organizing principle of the 10th International Cloud Expo on June 10-12, 2014 - is to ensure - through an intensive three-day schedule of keynotes, general and breakout sessions, and our bustling Expo Floor - that attending delegates leave the Javits Center with abundant resources, ideas and examples they can apply immediately to leveraging the Cloud, helping them to maximize performance, minimize cost and improve the scalability of their Enterprise IT endeavors. Delegates will leave Cloud Expo with dramatically increased understanding the entire scope of the entire cloud computing spectrum from storage to security. Whether you're an enterprise or small to medium business, you'll soon be benefiting from the Cloud. Join your peers in New York June 10-12, and maximize those benefits already in 2014. See you in New York! Big Data DevOps SDDC WebRTC Register Now! Save $900 on your &ldquo;Golden Pass&rdquo;! Call 201.802.3020 or click here to Register Early Bird Expires February 28th!. Speaker Opportunities Submit your speaking proposal for the upcoming Cloud Expo in New York [June 10-12, 2014] Exhibitor Info Please Call 201.802.3021 events (at) sys-con.com. Carmen Gonzalez, carmen (at) sys-con.com. Produced and presented by Cloud Expo, Inc. --> Terms of Use & Our Privacy Statement - About Newsfeeds / Videofeeds. Copyright &copy;1994-2014 Ulitzer, Inc. All Rights Reserved. All marks are trademarks of Ulitzer, Inc. Reproduction in whole or in part in any form or medium without express written permission of Ulitzer, Inc. is prohibited.