Páginas

sábado, 9 de diciembre de 2017

Evento Online: 13 Diciembre: Oracle Code Online

December 12: Americas |December 13: EMEA |December 14: APAC
 

Oracle Code Online is an online event that includes technical demonstrations and presentations from community advocates, Oracle ACEs, product leads, and Java Champions. The content is organized into five tracks, with individual sessions in each track. All you need to attend is your PC, laptop, or tablet. During each live session you will be able to chat instantaneously with any questions or comments about the presentation.

 join #developers at Oracle Code Online: ora.cl/4C54G


jueves, 29 de junio de 2017

Oracle, designada líder en el Cuadrante Mágico de Gartner 2017 para Plataformas de Desarrollo de Aplicaciones Móviles



Oracle ha anunciado hoy que ha sido designada líder en el informe  del Cuadrante Mágico de Gartner 2017 para Plataformas de Desarrollo de Aplicaciones Móviles. Este reconocimiento es otro hito en el tremendo impulso y crecimiento de Oracle Mobile Cloud Service, parte de Oracle Cloud Platform, este año.
 Creemos que este reconocimiento es otro agradecimiento al fuerte impulso de mercado de Oracle en la arena del móvil y gran mercado PaaS, fomentado por la exitosa adopción de la oferta Oracle Cloud Platform por miles de clientes”, dijo Amit Zavery, senior vice president, Oracle Cloud Platform. “Suministrando una oferta completa con capacidades de diferenciación clave, como soporte a chatbot, análisis predictivo, e inteligencia adaptativa  para hacer las apps más contextualizadas e inteligentes, Oracle ha dado a sus clientes una opción potente para satisfacer  sus necesidades de desarrollo en permanente evolución”.
Gartner posiciona a los fabricantes dentro de un cuadrante particular basándose en su capacidad de ejecución y completitud de visión.  De acuerdo con Gartner, los líderes deben mostrar una sólida combinación de capacidad de ejecutar y amplitud de visión. En el sector MADP, esto significa que los líderes no son solo buenos en el desarrollo, despliegue y gestión de plataformas diferentes en todo el ciclo de vida, sino también que tienen una buena visión de los requerimientos omnicanal y post-app, soporte para multiples arquitecturas y estándares, una sólida comprensión de los requerimientos TI, y canales de venta y partenariados escalables. Los líderes deben proveer plataformas que son fáciles de comprar, programar, desplegar y actualizar, y que pueden conectar a una gama de sistemas de registros y servicios cloud de terceras partes.
Oracle fue reconocida como líder del mercado por aumentar más del doble sus cuentas de clientes para Oracle Mobile Cloud Service. La Plataforma de Desarrollo de Aplicaciones Móviles (MADP) basada en cloud, Oracle Mobile Cloud Service provee un enfoque no cifrado para el desarrollo de aplicaciones. Ha sido desplegada por muchos clientes de grandes y medianas empresas que elogían las capacidades de integración de productos y arquitectura cloud.  Oracle continua ampliando su plataforma cloud móvil con soporte a chatbot, analítica expandida y herramientas de desarrollo de alta productividad.
Descargue Gartner’s 2017 “Magic Quadrant for Mobile Application Development Platforms” aquí.
Oracle Mobile Cloud Service es una plataforma abierta, basada en estándares construida desde cero para la nube con el fin de ayudar a los desarrolladores construir más rápido mejores apps. Oracle Mobile Cloud Service fue diseñada para ayudar a los clientes a participar con sus clientes y sus empleados en la web, móvil, wearables, y el creciente canal bot con interfaces conversacionales.  Su aproximación basada en personas suministra las mejores herramientas para cada individuo comprometido  con una solución móvil para proveer una solución colaborativa primero en el móvil y en API. Esto ofrece un rico juego de servicios móviles que hacen muy fácil para los desarrolladores móviles añadir contexto móvil a sus apps a través de servicios como notificaciones push, sincronización offline sin estado, y localización basada en servicios que soportan beacons y GPS. Adicionalmente, las capacidades de Oracle Mobile Application Accelerator proveen herramientas de uso amigable con una fácil ‘drag and drop’ para construir aplicaciones móviles atractivas sin necesidad de escribir código.  La profundidad y amplitud de la analítica móvil provee tanto a desarrolladores como a propietarios de empresas de una completa visión del rendimiento de la aplicación móvil, el uso y adopción  para que puedan personalizar el compromiso con sus usuarios móviles e incrementar la adopción de sus aplicaciones móviles. Oracle Mobile Cloud Service proporciona soporte completo al ciclo de vida de desarrollo del software (SDLC) para desarrolladores de aplicaciones móviles en la nube como una solución integrada.

Información adicional
·          Sepa más sobre Oracle Mobile Cloud
·          Pruebe  Oracle Mobile Cloud


[1][1] Gartner, “2017 Magic Quadrant for Mobile Application Development Platforms,” Jason Wong | Van L. Baker | Adrian Leow | Marty Resnick, 12 June 2017

lunes, 20 de marzo de 2017

Nueva realise Java Specification Requests JSR 364



JSR 364 – Broadening JCP Membership
The JCP (Java Community Process) Program Office and Executive Committee are excited to announce the release of JSR (Java Specification Requests) 364, Broadening JCP Membership, to take effect May 12. With this release, the JCP Process Document is updated to version 2.10.

A significant change in this JSR is the introduction of new levels of membership – Full Membership, Partner Membership, and Associate Membership. For more information on JCP memberships, please visit the JCP Participation Overview page and review the flowchart to see which membership applies to you.

Nuevo portal para desarrolladores en Oracle






The recently revamped Oracle Developer Portal provides a single destination where developers can access free trials, downloads, tutorials, documentation, and other tools and resources. Users will also find articles, insights, and additional content across a wide range of development topics including Java, databases, DevOps, open source, and cloud, to name a few. Visit the portal at developer.oracle.com.

Eventos ORACLE CODE 2017 donde los desarrolladores aprenden y juegan


Oracle Code – Step Up to Modern Cloud Development


Set to launch in EMEA in April, Oracle Code is a free event for developers to learn the latest developer trends and technologies. Developers will hear from various technical experts and industry leaders, and experience cloud development technology in the Code Lounge with live workshops and interactive experiences.

Encourage your communities to participate in one of the six events in EMEA! Registration is currently available for London, Berlin, and Prague, and Call for Papers is open for all six locations. Visit developer.oracle.com/code for complete event details, including agendas, featured speakers, hands-on labs, and Code Lounge.

lunes, 6 de febrero de 2017

Revista Java Magazine Ene/Feb 2017 Disponible



Dear Reader,

Few things are as exciting to us developers as tools. Nearly everything we do, we do indirectly through the use of tools, on which we depend. And in fact, good developers are always characterized by deep knowledge of the tools they use and how best to apply them. With this in mind, in our first article (page 17) we examine the latest evolution of Maven, called Polyglot Maven, which frees us from creating build files in XML. Polyglot opens the door to using real scripting language for writing build files. This idea is taken one step further in our article (page 22) on a new build tool, Kobalt, being written in the JVM language Kotlin, a Java-like JVM language. This article is actually more about the architecture of build tools-what goes on underneath the covers. However, the author's design uses Kotlin as the language for defining the build. In this way, as he points out, not only do you gain true expressivity in the build file, but your IDE can now catch errors as you describe your build. (The increasingly popular build tool Gradle is moving in the same direction: migrating its build files from Groovy syntax to Kotlin.)

We also cover (page 29) the uncommon, but not rare, situation in which your debugger does not give you all the information you need to fix your code. We examine a debugging API for the JVM that enables you to extract information about running processes, view variables and classes, query counters, and get at details you might need. This information is surprisingly easy to access and enables you to write one-off debugging scripts to solve unusual or complex problems.
To complement this information, Oracle's architect for the Java language, Brian Goetz, discusses lexical language changes supporting local-variable type inference (page 60).

We follow that discussion with a deep dive into Scala, which is consistently ranked among the most popular JVM languages. (page 47).

Finally, one of the coolest articles (page 36) we've run in a long time: how to get started programming Blockchain, the technology behind cryptocurrencies.

Add to this our in-depth language quiz (page 63), and we hope you'll find this issue to be packed with useful information. One request: please look at some content additions we're considering in the magazine, which I discuss in my editorial (page 3). Please let me know your thoughts and concerns, which I always read attentively. You can always reach me at javamag_us@oracle.com.
Remember that you can read the issue online. Or, if you prefer, you can download it in PDF format. For the download option, access the magazine from a laptop or desktop and you'll see the download icon on the right. 

You'll also note that you can now access back issues of Java Magazine from this year and last year. We'll eventually make all our back issues available to subscribers. To go to the back issues, click on the topmost icon in the right panel, you'll see a table of contents for the current issue and a list of the back issues from 2015 and 2016. Highlight the one you want to read, then click on the View button at the top of the panel. You can download any of the back issues as a PDF file.
Please send comments, concerns, kudos, and suggestions, which I read attentively. You can always reach me at javamag_us@oracle.com.
Andrew Binstock
Editor in Chief
Java Magazine
@platypusguy