python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring Integration storing data
I am trying to store the log information in the database in spring integration. code below..
Main flow:
@Bean
public IntegrationFlow httpReq() {
return IntegrationFlows.from(Http.inb...
Bash
Votes: 0
Answers: 1
How to quickly convert java / json to Xtext langauge?
I am working on an app that processes incoming Json's and I want to easily extract the json data and convert it to a DSL language I'v created using Xtext. My goal is to be able to later convert this d...

kotseman
Votes: 0
Answers: 1
Spring Integration HttpServerErrorException$InternalServerError: 500 : No reply received within timeout
I am trying to copy some data to another channel using wireTap. this is my code:
@Bean
public IntegrationFlow flow() {
return IntegrationFlows.from(Http.inboundGateway("/fo...
Bash
Votes: 0
Answers: 1
How to parameterize jenkins DSL job with pipeline script & docker-compose.yaml
I've created a DSL job nv_dsl.groovy as below,
import groovy.text.SimpleTemplateEngine
def fileContents = readFileFromWorkspace "nv_pipeline.groovy"
def fileContents1 = readFileFromWorkspa...
Naveen
Votes: 0
Answers: 1