IBM Worklight 6.0 - How to use Node.js? - mysql

I would like to develop a mobile-based web application.
I am going to use HTML5 technologies.
I am currently using Eclipse Juno with IBM worklight.
I want to use MySQL RDMS. To access the data from that I would like to use Node.js.
Does anyone know of examples of how to use Node.js in Worklight?

Disclaimer: Worklight does not officially support Node.js
See this blog post about Node.js and Worklight: A preview of Node.js adapters in Worklight 6.0.0

Related

installing asp.net mvc web application on mac, but getting these error

Have attached an image of all the packages and references I am trying to build an ASP.NET MVC Web Application on Visual Studio 2019 Community for Mac, but I am getting these errors. I tried a lot to resolve these, but couldn't find any answers online. It would be great if someone can help me figure these out.
This project was previously developed and build on Windows, but the same project does not build properly on Mac, and now I am getting these errors. One reason could be ASP.NET having different frameworks, but not sure which framework would be suitable for these packages.
Adding another picture, I have updated the ASP.NET framework to 4.7.2 from version 2.0 click to view image
And I left with very few errors only "System.Web.Entity" picture attached
System.Web.entity is for .NET Framework and Asp.Net MVC project is not cross-platform.
So,it's not possible to build ASP.NET MVC projects on the Mac that aren't based on .NET Core or Mono.ASP.NET 4.x is not something officially supported like ASP.NET Core on macOS.
If you want to use ASP.NET 4.x, stick to Windows. If you want to use macOS and VS for Mac, use ASP.NET Core. There is almost no gray area in between to discuss.
Another suggestion is that you could use virtual machine to run windows inside Mac.
Refer to Is it possible to develop ASP.NET MVC applications in Visual Studio for Mac?

How to integrate SAP with web application

how to integrate the SAP application to the web application which developed in polymer.
A common way that web applications integrate with SAP is using REST or SOAP webservices. Some of your options may depend on the version of the SAP Netweaver Application Server that you have.
You can create REST webservices using SAP Gateway which was incorporated in to the core of the Netweaver Application Server in version 7.4. Here is an overview of that https://blogs.sap.com/2013/01/24/a-simple-overview-on-sap-netweaver-gateway/
You can find more details on SOAP webservices from this wiki page https://wiki.scn.sap.com/wiki/display/ABAPConn/ABAP+Connectivity++-+Web+Services+ABAP.

Which version of WebSphere is best for JSF2.0 web dev with PrimeFaces3.1

I am newbie with WebSphere. Recently I downloaded WebSphere Community Edition version 3 (WASCE v3) but there is no description about using WASCE v3 with JSF2.0 in the guide "Getting started with WASCE". I already build my web in Apache Tomcat 7.0.11 with JSF2.0 and PrimeFaces 3.1. I am using eclipse INDIGO. Now i have to shift my server to WebSphere. Please suggest me the best version of WebSphere, which is suitable for JSF2.0 with PrimeFaces3.1?
Thank you.
WASCE 3 is a Java EE 6 container, so it has support for JSF 2.0 (if it wouldn't have this, it couldn't be called Java EE 6).
Do note that people typically don't mean WASCE when they refer to WebSphere. WASCE is another name for the server otherwise known as Apache Geronimo. The difference is that it's specifically supported by IBM.
What people do mean with WebSphere is the one you can find here: ibm.com/software/webservers/appserv/was
For JSF 2.0 you would need the latest version, which is version 8.

Developing a Java web service using Jersey(JAX-RS), mySQL and Eclipse

I have successfully created Web Services from MySQL Database using Netbeans tutorial. However, I would like to develop similar web services using Eclipse IDE. Why Eclipse IDE? There are two reasons for that:
1) This is because i am using Tomcat 7.0 and JEE6. Unfortunately, NetBeans 7.0.1 implements Facade design pattern while using their “Create Web services from Database …” Wizard and it does not have a plugin for Tomcat 7 and EE6.
2) The NetBeans Wizard is helpful but does not help me understand details about using JDBC bridge, managing connections to MySQL DB and creating services to access the DB. Additionally, i want to add authorization for my services so that only registered users will be able to access my web services.
There's a very clear tutorial for building JAX-RS services in the Jersey user guide.
I found this tutorial that contains Restful web services using java and mysql in eclipse. It might be what you were looking for though it is a very simple tutorial. Check it out.
http://www.techpages.org/webservice/simple-restful-web-services-using-java-and-mysql-example/2009/

integrating IBM WAS7 with eclipse

I have IBM's WAS 7.0 and want to design applications and deploy them on the server. How do i integrate WAS with eclipse. I mean is there a plug-in for eclipse? I have been unable to figure out.
Check out MyEclipseIDE Blue.
http://www.myeclipseide.com/blue.php