Questions tagged [content-management]
24 questions
39
votes
13 answers
Should I include a selfdestruct-method to my applications?
I recently had a negative experience, where client bailed from the bill, but my middle-man already uploaded our software and design to the clients server. Client turned out be a known criminal, and of course he changed all possible passwords of the…

Kalle H. Väravas
- 793
- 8
- 17
10
votes
5 answers
Best alternative of Property file in Java
Hey I an working on the product which is live at multiple portals. The product is developed in GWT, JAVA, Hibernate.
My question is : Whether there is any alternative of using property file in java.
My Requirement :
For one property key there are…

Ranna
- 359
- 2
- 3
- 8
9
votes
3 answers
Storing editable site content?
We have a Django-based website for which we wanted to make some of the content (text, and business logic such as pricing plans) easily editable in-house, and so we decided to store it outside the codebase. Usually the reason is one of the…

hmp
- 171
- 5
6
votes
1 answer
Attachment handling for web application with Jackrabbit
I need to manage attachments on my Spring web application and I thought to use an open source repository.
My app it's a job approval system using J2EE / SPRING 3 Framework and Postgress DB to allow user to tracks the job,right through every step of…

Andrea Girardi
- 503
- 5
- 15
5
votes
2 answers
Considering JCR as a NoSQL solution?
I'm evaluating some NoSQL solutions for a project of mine and JCR popped up during my searches as a document store. But it seems somehow of an obscure niche which didn't have the impact its designers hoped for.
I'm interested in the technology, but…

JohnDoDo
- 2,309
- 2
- 18
- 32
3
votes
2 answers
Is this data as a result of business logic or is this content as a result of GUI logic?
I'm aware of the general distinction between data and content, namely context, but here I have a case that is clearly causing a lot of confusion and debate within the company I work for.
There is a front-end team which manage an application which…

Benny Bottema
- 161
- 5
3
votes
1 answer
MVC content management framework with an admin panel
I've lately been developing my own MVC content management system using PHP and, at least in my mind, am a little stuck with the system design. I believe this would apply to building a content management system with an existing MVC framework as…

Hexus
- 131
- 6
3
votes
5 answers
How to turn on/off code modules?
I am trying to run multiple sites using single code base and code base consist of the following module (i.e. classes)
User module
Q & A module
Faq module
and each class works on MVC pattern i.e. it consist of
Entity class
Helper class (i.e.…

Safran Ali
- 83
- 7
3
votes
5 answers
How to automate a tasks system in a CMS software
I'm currently developing v2.0 of my personal cms. However, I'm stuck. I strongly feel that my old solution for "tasks" is not very dynamic and must be revisited. Currently I'm looking the whole concept of how to dynamically add tasks and run…

Kalle H. Väravas
- 793
- 8
- 17
1
vote
1 answer
How to segregate blog posts into seen and unseen?
Imagine an app like Instagram/Reddit with a feed of posts.
Problem: We want to show users posts they have not seen before.
When the user first opens the app, we retrieve 30 latest posts from the backend and show them to the user.
The user sees 10…

code
- 121
- 3
1
vote
0 answers
Best way to spread/shard file location on a network UNC
We are developing a system whereby documents/files will be stored on a specialized Content Server and uploaded via a client.
However we want to be able to develop this so if we need to, we can swap the Content server out with a generic network…

user183872
- 111
- 1
1
vote
0 answers
How to implement my own CMS hosted on a remote domain in all my projects?
So, I'm developing my own CMS which dynamically adjusts to the settings I have set on a specific domain.
I just developed this whole CMS on my local machine and now facing the problem that I have multiple projects, each on a different domain (same…

AlexioVay
- 137
- 1
- 7
1
vote
1 answer
Multiple Display of a Document and persist each viewer change in a single document
i have a scenario where i have to make available a document for viewing and editing to multiple users, the users can edit and view the document at the same time. Now the problem arises here if for example user A and user B are viewing a document at…

Dakait
- 113
- 4
1
vote
2 answers
How to verify that all files are intact prior to install?
I'm working on my CMS (in PHP platform) for a long time now. The main program is done and I'm currently developing the Installer part. Installation itself will be fairly simple:
Upload all files
Verify that the "content/" dir has correct…

Kalle H. Väravas
- 793
- 8
- 17
0
votes
3 answers
Should the content team be included in Scrum team and should we planned in the same manner as Scrum team?
This is the case:
We have one Scrum team of 7 members (developers and QA's) plus PO and SM
We have content team of 3 members that are responsible for portal ''look'' (banners, pictures, copywrite etc.)
This is the problem:
We have situations…

DarkKnightSM
- 329
- 1
- 8