kameshsampath commented on issue #12: [Epic] Improvements to Java Runtime
URL: 
https://github.com/apache/incubator-openwhisk-runtime-java/issues/12#issuecomment-368492849
 
 
   @rabbah @csantanapr  @gorkem 
   
   > What?s the likelihood of writing a function is Java, with no extrnal libs? 
Supporting the use case is nice for parity and quick start but I?d suspect if 
you?re doing anything serious with functions and Java you?ll have libs and need 
a jar file.
   
   This has been my thinking last couple of days  in these lines 
   
   1. I am not sure where are storing the  jars today when we say `wsk action 
create foo foo.jar --main foo` - is it as a blob in couchdb ?? 
   
   2. As you mentioned that biggest stuff we need to resolve dependency 
resolution for Java - wondering we can deploy a Maven Repo Manager as part of 
the OW deployment, this could solve the above point as well,. Right now the 
biggest hurdle of Java Adoption is this as functions need to be quick

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to