Need advise on which version control software to use [closed] - controls

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
We're currently scouting for a good version control software with the following criterias:
File locking.
Supports binary files.
With web-based UI for check-in, check-out and other features.
With user security and management.
We'll be using this for a project that is already live. Basically we'll store all the source objects here and use these as source files when additional requirements are necessary.
Appreciate any suggestion.
Thanks.
Edit:
Forgot to mention that we are currently using Serena's PVCS VM. However we are trying to look for other good alternatives.
Also, I'd like to add that we also prefer check-out and revision numbering per file.
Thanks.

Try JIRA with FishEye. I've found it to be really useful for most aspects of on-going projects.
https://www.atlassian.com/software/jira
https://www.atlassian.com/software/fisheye/overview

Because locking is mandatory for your case, you haven't choice for backend-SCM - it can be only Subversion.
Suggestion of JIRA as issue-tracker and FishEye as web-frontend is still applicable

Related

Using all scss features in a project necessary? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
Is it really necessary ? like loops , list etc ... Is using those feature really necessary in a project ?
Yes,Mixins,Variables,Extend,Nesting,PartialImport are necessary . But are other functions , loops ,list really used on daily basis on projects?
__I AM A BEGINEER (Noobie)
As projects has different requirements differs the used tools which are used to build a project. So, the answer to your question is no. The different features are not allways needed alltogether in all project. But all the named features are basic and common used features to that language.
And as you don't know what features are needed for the next project: if you want to code in SASS (or become a good coder) you should know all the features and have basic knowledge about how they work and how to use them. But as you are a beginner: that comes with time when you have to use the different features with every project you realise.

Go Library automation [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
To learn go I am trying to build an open source library, I like the language but since I am still a bit new I can't find good direction on how to automate building, testing and releasing.
I had the idea to use Makefiles etc.. am I in the right direction or there is better tools to do that.
Best,
Khaled
Here some useful links
Here you have a link for best practice for coding
https://peter.bourgon.org/go-best-practices-2016/
https://golang.org/doc/code.html
Working with packages, useful links.
http://thenewstack.io/understanding-golang-packages/
https://www.goinggo.net/2013/07/how-packages-work-in-go-language.html
I recommend to review the open source libraries to get an idea.(there are tons of them)
https://github.com/urfave/cli
https://github.com/boltdb/raw
https://github.com/matryer/try
To automate your project. I recommend to see projects like Drone
https://github.com/drone/drone

How to get started with Oracle Endeca Commerce? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
We try to introduce this product into the existing online store, working with Java EE.
We understand, that this question is so global and we want to decide two tasks:
Install and setting software;
Create simple example for comprehension of this technology work's.
We already used:
1. Oracle official documentation. It observes information about the possibilities and features of the product, without installation and configuration;
      2. Reading specialized forums. It didn't give absolutely no answers for our questions;
      3. view video on Youtube (Oracle official Channel). It gives us performance of business analysts work's and the main problem is not decidied.
We interesting for any information.
Thank you!
Surprised to hear that Oracle documentation didn't help in using Endeca (now known as "Guided Search").
Google for below documentation with appropriate Endeca version (say "11.1").
You can also find reference implementations available with the software like "Platform Services" and "Tools And Frameworks".
Installation:
MDEXInstallGuide.pdf
PlatServInstallGuide.pdf
InstallGuide.pdf
CASInstallGuide.pdf
Learning:
GettingStartedGuide.pdf
EndecaConceptsGuide.pdf
AsmAppDevGuide.pdf
BasicDevGuide.pdf
DeploymentTemplateUsageGuide.pdf
DevStudioHelp.pdf
WorkbenchUserGuide.pdf
Advanced:
AdvDevGuide.pdf
PartialUpdatesGuide.pdf
ForgeGuide.pdf
CASDevGuide.pdf
PerfTuningGuide.pdf
URLOptimizationAPIJava.pdf
LogServerReportGen.pdf
WorkbenchAdminGuide.pdf
XMgrExtensionsUserGuide.pdf

Understanding DataTorrent with example [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am supposed to work on DataTorrent and looking for articles/documentation to go through. I could not find detailed documentation on what are operators, how are they used for processing our data and about MALHAR library which is being used in operators (not sure about this part). Can somebody help me in understanding about DataTorrent by suggesting references for it?
There are new links for the docs
DataTorrent
http://docs.datatorrent.com/
Apache Apex
http://apex.incubator.apache.org/docs.html
The following mailing lists are available for Apex:
dev#apex.incubator.apache.org is for people who want to contribute code to Apex.
users#apex.incubator.apache.org is a discussion forum for people who want to build apps and/or solutions using Apex
Malhar Operator Developer guide: https://www.datatorrent.com/docs/guides/OperatorDeveloperGuide.html
If you want to develop a connector, under the’ io’ package on github, you will see a bunch of our existing connectors that you might be able to re-purpose.: https://github.com/DataTorrent/Malhar/tree/master/library/src/main/java/com/datatorrent/lib/io
if you have any questions about our Malhar library and developing a connector, please send an email to our email group: malhar-users#googlegroups.com

Projects handler program [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
In our company we need a project handler so we decided to write our own.
We use CMake and bazaar and we still don't know if to store the informations of the
projects in XML format or in a database.
We are locked at this point: we would like to use as less languages/tools as possible
but we cannot find a way to interface CMake with XML files or databases.
An idea could be Python but it would be really annoying to use a new language just for an interface. We've seen that there's a Python framework (Waf) but we have already used CMake for all our projects and it would take a lot of time to convert all.
We work with Ubuntu and Windows.
Suggestions ?
thanks in advance
Rather than make your own tool, use an off-the-shelf product like something from the Jira suite, or BuildMaster. Many of these have great integration with most build software and don't require you to write and maintain your own stack just to manage projects.
Focus your developer time on solving your business problems, not on reinventing the wheel. Their time is MUCH more valuable than the cost of using a ready-made solution.

Resources