What is the translation of " SPRING FRAMEWORK " in Portuguese?

[spriŋ 'freimw3ːk]
[spriŋ 'freimw3ːk]

Examples of using Spring framework in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Spring Framework 4.3 will be supported on Java versions up to Java 8.
O Spring Framework 4.3 dará suporte para versões até o Java 8.
This concludes the Introduction to the Spring Framework in NetBeans IDE.
Isso inclui a Introdução ao Spring Framework no NetBeans IDE.
The Spring Framework has greatly enhanced AppFuse since February 2004.
O Framework Spring melhorou muito o AppFuse desde fevereiro de 2004.
Start by creating a new project for a web application using the Spring Framework.
Comece criando um novo projeto para uma aplicação Web usando o Spring Framework.
Spring Framework 5.0, featuring a new reactive web framework, was released on September 28, 2017.
O Spring Framework 5.0 fornece um novo framework web reativo, que foi liberado em 28 de setembro de 2017.
Open-source examples are the"Eclipse","NetBeans" and"Spring Framework" RCPs for Java.
Exemplos de código aberto são os RCPs Eclipse, NetBeans e Framework Spring para Java.
Understanding of the Spring framework and Java, including Java developments tools e.g., Ant, Maven, and Eclipse.
Compreender a estrutura Spring e Java, incluindo ferramentas de desenvolvimento de Java por exemplo, Ant, Maven e Eclipse.
In the Project Properties dialog,select the Spring Framework category.
Na caixa de diálogos Propriedades do projeto,selecione a categoria de Spring Framework.
At the same time, Spring Framework 5.0 ships with comprehensive JDK 9 support on the classpath as well as the module path already.
Ao mesmo tempo, o Framework Spring 5.0 é fornecido com suporte abrangente com JDK 9 no classpath bem como o caminho módulo.
An introductory tutorial describing how to create an MVC web application using the Spring Framework.
Um tutorial introdutório que descreve como criar uma aplicação Web MVC utilizando o Framework do Spring.
InfoQ also spoke with Juergen Hoeller, Spring Framework project lead, about his thoughts on Spring 5.0.
O InfoQ também falou com Juergen Hoeller, líder do projeto Spring Framework, sobre o que ele pensa sobre o Spring 5.0.
Describes the basics of using NetBeans IDE to develop web applications using the Spring framework.
Descreve os conceitos básicos do uso do NetBeans IDE para desenvolver aplicações Web que usam o Spring Framework.
This is the official Spring Framework tutorial by Thomas Risberg which has been adapted for NetBeans IDE by Arulazi Dhesiaseelan.
Esse é o tutorial oficial do Spring Framework de Thomas Risberg que foi adaptado para o NetBeans IDE por Arulazi Dhesiaseelan.
Many of the Spring NetBeans Module capabilities can also be applied to non-web based Spring framework applications.
Muitos dos recursos de Módulo do Spring NetBeans também podem ser aplicados a aplicações Spring Framework não baseados na Web.
Hibernate and Spring framework were the main Java frameworks that the DMS team used to communicate with the Oracle database.
Hibernar e Framework Spring foram os principais frameworks Java que a equipe DMS usados para se comunicar com o banco de dados Oracle.
During his keynote Hoeller made it clear that no previous version of the Spring Framework will officially support Java 11 or higher versions.
Durante sua apresentação, Hoeller deixou claro que nenhuma versão anterior do Spring Framework suportará oficialmente o Java 11 ou versões superiores.
Select the Spring framework in the New Project wizard and immediately start out with a skeleton Spring Web MVC application.
Selecione o framework do Spring no assistente de Novo Projeto e comece imediatamente com uma estrutura da aplicação Spring Web MVC.
Life Care's technology is based on a microservices architecture using the Pivotal Spring framework for ease of development and manageability.
A tecnologia LifeCare tem como base a arquitetura de microsserviços, usando o framework Pivotal Spring para facilitar o desenvolvimento e o gerenciamento.
Using the Spring Framework you can quickly add new components to the platform, and customize it to work with your existing business software and processes.
Usando o Spring Framework, você pode adicionar rapidamente componentes novos e existentes à plataforma e personalizá-los para funcionar com seu software e processos de negócios atuais.
For several years both Google andSpringSource have provided dependency injection capabilities via their open source projects named Google Guice and the Spring Framework, respectively for several years.
Já faz alguns anos que o Google ea SpringSource fornecem frameworks de injeção de dependência através de seus projetos open source chamado Google Guice e Spring Framework, respectivamente.
You are encouraged to continue learning about the Spring Framework by working through other tutorials in NetBeans IDE, such as Developing a Spring Framework MVC Application Step-by-Step using NetBeans and the GlassFish server.
Recomendamos que você continue aprendendo sobre o Spring Framework trabalhando em outros tutoriais do NetBeans IDE, como Desenvolvendo uma aplicação Spring Framework MVC passo a passo utilizando o NetBeans e o GlassFish Server.
This document demonstrated how to construct a simple web MVC application in the NetBeans IDE using the Spring Framework, and introduced you to the IDE's interface for developing web applications.
Este documento demonstrou como construir uma aplicação Web MVC simples no NetBeans IDE utilizando o Spring Framework e apresentou a você a interface do IDE para o desenvolvimento de aplicações Web.
Through pre-compilation we can deliver a binary that starts up so much faster than a traditional JVM… we have already prepared Spring 5.1 for many of the constraints as they are understood right now, andwe intend to deliver a full Graal compatibility story as part of Spring Framework 5.2.
Através da pré-compilação, podemos fornecer um binário que inicia muito mais rápido do que uma JVM tradicional. Já preparamos o Spring 5.1 para muitas das restrições que vimos, enosso intuito é entregar uma versão totalmente compatível com Graal na release 5.2 do Spring Framework.
Other technologies also have better support in IntelliJ IDEA 2016.1,like coding assistance for Spring Framework and for Thymeleaf, a leaked activities profiler for Android, and a new Docker plugin.
Outras tecnologias também tiveram o suporte melhorado no IntelliJ IDEA 2016.1, comoassistência de código para o Spring Framework e para o Thymeleaf, um profiler de activities para o Android, e um novo plugin para o Docker.
In Spring Framework 5 we have actually extended Spring MVC with support for reactive return values which allows a Spring MVC controller to take advantage of the reactive WebClient and other reactive libraries such as reactive data repositories, while still operating within a Servlet-based web endpoint arrangement on any Servlet 3.1+ container.
No Framework Spring 5 realmente ampliamos o Spring MVC com suporte para retorno de valores reativo, o que permite que o controller do Spring MVC aproveite o WebClient reativo e outras bibliotecas como a de repositório de dados reativo, enquanto continua funcionando em acordo com web endpoint baseados em Servlet sobre qualquer container Servlet 3.1.
In most cases applications will import either spring-webmvc(Servlet stack) orspring-webflux(Reactive stack), and existing applications can easily be upgraded to Spring Framework 5's version of spring-webmvc.
Em muitos casos as aplicações serão importadas em outras spring-webmvc(pilha Servlet) ouspring-webflux(pilha Reactive), e aplicações existentes podem ser facilmente atualizadas para a spring-webmvc da versão 5 do Spring Framework.
Spring Framework 5 enables applications to embrace this asynchronous programming model with a web framework that is itself fully asynchronous in its own core contracts, uses non-blocking I/O internally, and supports Reactive Streams backpressure on top of async runtimes such as Netty and Undertow and also Servlet containers such as Tomcat and Jetty based on Servlet 3.1 non-blocking I/O.
O Spring Framework 5 permite que aplicações adotem este modelo de programação assíncrona com um framework web que seja completamente assíncrono em seus próprios fundamentais contratos, usando I/ O não blocantes internamente, e suporte a Reactive Stream backpressure em cima de async runtimes, tais como: Netty e Undertow e também containers Servlets como Tomcat e Jetty baseados sobre Servlet 3.1 I/ O não blocantes.
Spring Security framework provides Java applications with a whole bunch of different ways to handle authentication.
A estrutura Spring Security fornece aplicativos Java de diversas maneiras para controlar a autenticação.
Results: 28, Time: 0.0319

Word-for-word translation

Top dictionary queries

English - Portuguese