Actually I developed a web application using tomcat and has user data in database. I want my web application to act as identity provider and Salesforce as servi
I am using Zeppelin inside an AWS EMR. Then i created a DocumentDb instance and tried to run it through Zeppelin but when I try to run the code it gives the err
Here's my data source configuration: @Bean(name = "database1") @Primary @ConfigurationProperties(prefix="database1.datasource") public static DataSource primary
array([[ 6402,742,6402],[2748,1994,287],[406,1214,68]]) I want to convert to.. array([6402,742,6402],[2748,1994,287],[406,1214,68])
I need to run this code after every method is executed: Debug.WriteLine(System.Reflection.MethodInfo.GetCurrentMethod()) A nice solution would be an event 'Any
I am confused about Unix system file tables. When two or more processes open a file for reading, does the system file table create separate entries for each pr
I am writing a large query with many JOINs (shortened it in example here) and I am trying to reference values form other sub-queries but can't figure out how. T
Here is my goal: I have a Message-Driven Bean (class), which I want to deploy to a JBoss EAP 6 server. The MDB should listen to one or more external queues whic