#Dooing - Java

1 messages · Page 1 of 1 (latest)

hard anvil
#

Hi there!

#

I'm not familiar with Java based frontend. Is the frontend HTML+JavaScript in this case, or something else?

tiny harness
#

the end result of the frontend is html and javascript yes

#

but it is generated by server side java code

#

so using html is possible, but using java that generates html is much probably much nicer

narrow timber
#

what's your specific question exactly?

#

ultimately you need to use a form with Javascript and our stripe.js library, that's required. You can't use anything else or have your own inputs for card details or it won't be PCI compliant

tiny harness
#

my question is, if there is another library then the html/javascript library.

#

e.g. the java stripe library I am using in the backend already - could that be used somehow for the frontend also?

narrow timber