Questions tagged [fatwire]

30 questions
6
votes
4 answers

What is fatwire from programmer perspective?

What open source toolkit does fatwire compare to and are there some particular advantages to fatwire? How hard is fatwire to export out of and move to a free alternative? How stable is it as a platform to write java extensions on?
Ville M
  • 2,009
  • 7
  • 30
  • 45
3
votes
3 answers

FatWire ContentServer and Web Services

Greetings, I am working with a FatWire CS, and need to incorporate Web services. FatWire has tags for this, but the previous devs on this system chose to build a homegrown solution rather than use what FatWire offered. The big problem now is that…
vegtabill
  • 83
  • 7
2
votes
1 answer

Drupal vs FatWire - Any thoughts?

a company I am working for is considering the usage of a CMS, apparently two of the suggested CMSs are Drupal and FatWire. FatWire is proprietary and quite expensive, therefore it seems that there is a not so big community build around the product.…
RadiantHex
  • 24,907
  • 47
  • 148
  • 244
2
votes
4 answers

FatWire and Java

I would like to know what is the relationship between Java and FatWire. I know it is possible to create templates using JSP but does it involve any standard Java programming? Also, is it possible to integrate it with MVC frameworks such as Spring or…
2
votes
3 answers

Can fatwire run on tomcat?

Currently running fatwire on weblogic, would it be easy to port it to to tomcat, does it require J2EE? If not tomcat how about Jboss?
Ville M
  • 2,009
  • 7
  • 30
  • 45
1
vote
0 answers

unable to run xmlpost from a cselement

I am unable to run a simple xmlpost operation for editing an asset using javacode inside a cselement. This works when I put the same code inside a java class and run it from command prompt putting all the nescessary jar files in classpath. Whereas…
1
vote
1 answer

How to create a sample "helloworld site" using Oracle web center sites 11g?

I am new to web center sites.We have completed the setup process for web center sites.I have been studying the developer guide and also searched in google but nowhere I am able to get a clear description of all this.I found one of the videos to…
1
vote
1 answer

Download FIle in Fatwire

I want to allow end-users of my site to download files from the server, I tried to use the classic method using 2 jsp files : index.jsp : download the file download.jsp : <% String filename = "file.xls"; String…
1
vote
2 answers

com.fatwire.wem.sso.SSOException: Failed to acquire TGT. HTTP response code 400

I am getting this kind of error while connecting to webcenter server through my java program. I debugged the code and found the login credentials correct I checked the firewall setting for the VM where webcenter is installed. it's off. What could be…
smya.dsh
  • 651
  • 5
  • 10
  • 23
1
vote
1 answer

Webcenter Sites REST API Asset Creation using POST & PUT Exceptions, Response Status 401

Intention is to create an asset using java code and the Sites REST API. First of I couldn't find the REST API samples anywhere in the installation or even source directories of the 11.1.1.8.0 Sites or JSK. Instead I found the the samples in the…
MHosafy
  • 176
  • 3
  • 12
1
vote
1 answer

Fatwire Content getting only first time after publishing

@Autowired private xxx abc; protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doPost(request, response); } protected void doPost(HttpServletRequest request, …
Valath
  • 880
  • 3
  • 13
  • 35
1
vote
3 answers

Oracle WebCenter Sites JSK deployment on Amazon EC2

We are thinking about deploying an instance of Oracle Webcenter Sites, at first in JumpStartKit version, using Amazon EC2 services. I have a couple of questions: Are there any incompatibility problems? What linux AMI is recommended? library…
LuisGC
  • 13
  • 5
0
votes
1 answer

Fatwire Rest API

I´m having a problem to create new assets using REST API in Fatwire. I can connected to read and update assets, but to create I´m receiving a error message. Could you help me? I´m receiving a error: " PUT…
0
votes
4 answers

Publishing very slow in fatwire CMS

I was trying to publisg assets from one environment to another. It was almost very slow and not progressing further. Could any body suggest what can be the issue ?
0
votes
1 answer

Fatwire Content Server Explorer on OSX

Is there a FatWire Content Server Solution Explorer for OSX? I'm currently on an XP machine running Content Server Explorer 7.5.
BingeBoy
  • 2,951
  • 1
  • 16
  • 12
1
2