Does it exists a platform or container capable of running google gadgets written for iGoogle.
Basicly what I want is to have my private "iGoogle" intranet page.
I found out that LifeRay, Sun Java System Portal Server, Weblogic Portal Server and JBoss Portal Server should be capable of running google gadgets and i'd like to know if this is true.
Are this implementations compatible with those of an iGoogle ?
Many thanks and best regards to you all.
I don't know about the platforms you mention, but you can create private gadgets for use on a Google Apps Google Sites Start Page. You create the gadgets, upload them to Google using FSCT, and use the Google Secure Data Connector to get to your data.
Shindig is opensource implementation of iGoogle container (gadgets api and open social api).
Beside shindig you can use GateIn, Jboss or liferay portal. At the end we choose GateIn.
Related
I want to create JSF page which displays Glassfish connections. The web page will be hosted on the server. How I can get this information from Glassfish?
Best wishes
Why not use a 3rd party JMX monitoring tool instead of building your own tool to monitor performance? The Performance Monitor comment above is valid for GlassFish 2.x, but not GlassFish 3.x (Performance Monitor is not available for GlassFish 3.x). If you are using GlassFish 3.x, read on.
Otherwise, the monitoring data you want is available via the RESTful Monitoring API. Here are some resources you can utilize to help you.
http://engineeringnotebook.org/building-a-glassfish-monitoring-client-using-rest/
http://blogs.steeplesoft.com/2010/08/glassfish-administration-the-rest-of-the-story/
http://docs.oracle.com/cd/E18930_01/html/821-2416/gjipx.html#scrolltoc
Also, the RESTful API will render in HTML, JSON, and XML. So, you can begin by perusing the monitoring tree by pointing your browser to http://localhost:4848/monitoring/domain, and the RESTful monitoring will render in HTML.
Also note that you will have to enable monitoring to get to the data you want. The admin guide will show you how to enable monitoring.
Hope this helps.
I am looking for a java based CMS that exposes an API for external file upload.
So for instance I have a Tomcat server with a running CMS. I also have a (standalone) client that needs to add content to the CMS automatically (without user interference).
I already looked into Liferay (using Jackrabbit) but there is no way to upload documents/files from a client.
Does anyone know of a java CMS where this is possible ?
Thanks!
Coenos
If you are ready to take time in coding then you could make use of Liferay webservices to create a client yourself. Liferay exposes its core api as web service, using which you can do most of the things. To see the list of services that Liferay exposes check this url
http://localhost:8080/tunnel-web/axis
Replace localhost:8080 with yours.
To know more about this check out this wiki link
http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Web+services+-+Manage+Users,+Organizations,+User+Groups,+and+Roles+via+SOAP
I am developing a java/j2ee based web app where I am provide a feature to my web app users, where they will be able to get contacts from the different email providers like yahoo gmail and msn and many other services. Since I am building it on java, I found a open source library which is struts 1.2 based application here is the link http://code.google.com/p/socialauth/
here I have to mention that I am using Amazon web services simple emailing service to send out emails using there java api's.
I am novice or I dont knw much about the struts, I am trying to figure out how this struts1.2 based app can be integrated with my servlets or aws, sms java api.
Help me out in this regard
The best API is Smack API. Click Here
I have a client server setup. I need my client to be able to call the server, and the server pass down either a file or the text contained in the file. I am new to web development. Which type of technologies should I investigate. I know that Java Web Services, Java Servlets, Java EE Applications all exist. But which one would be best for my uses? The server side application must be Java and run in Apache Tomcat.
Any suggestions would be greatly appreciated.
Thanks
Check out the Google Web Toolkit
Try Restlet in combination with Jetty container, but it works with any container (including Tomcat). Here is where you can start.
Restlet can be used for both desktop or in-browser web apps. Also it nicely integrates with Google Web Toolkit.
I have been fooling around with Google App engine for few days, the question I wanted to ask was,
If i want to deploy the web app to custom domain does the server need to be hosted on Windows Server???
No, you do not need a Windows server. You just need to sign-up for Google Apps, then add the application to the domain. If this is all you are using Google Apps for, then the free version will be fine.
I think you might have some misunderstandings about App Engine. With App Engine, your applications run on Google's servers, not yours.
Also, the I believe servers are Linux, not Windows.
If you are wanting to run your own servers 'using' App Engine Java check out AppScale.