0
votes
0answers
38 views

PaaS that serves as full development platform

We are creating a web application. All of our development is done in the cloud. We don't have the ability to setup any internal servers. The coding is done on our local machines. We're looking for ...
1
vote
0answers
62 views

How to automatically extract the software architecture of a Javascript program?

Usually, when I try to know more about a program based on its sources, I try to run doxygen on it and to extract the documentation and the global architecture of it (class hierarchy, modules, ...
0
votes
0answers
8 views

Web based review tool

I want to write a simple web based review tool where my peers/friends can double click on a line of text and add their comments. Also, I want folks to reply to comments etc. I have not come to a ...
-1
votes
2answers
28 views

what is something that is platform independent? [closed]

Suppose I want to create an application to work on Iphone, android, windows and mac, is there a language that is platform independent which i can use ? The idea is to do less coding and use the same ...
1
vote
1answer
272 views

What strategies we should adopt in order to run an application fast

If an application contain too many files, modules/components of different sizes (small, medium, large). Then with a single processor how can we run that software application as fast as we could or ...
0
votes
1answer
82 views

Specification at Joel Test, What is the meaning?

There are several terms at Joel Test. One of them is Do you have a spec? What kind of specification does it refer to? Does it refer to Software Requirements Specification (SRS) ?
0
votes
0answers
74 views

Categories of tools for supporting software development processes [closed]

I have a list of categories that encompass the myriad of tools used to support software development processes. Have I missed anything? or is there anything in the list that does not belong there? ...
0
votes
1answer
34 views

Are metrics such as lines lines of code, number of objects and function points good indicators of software size? [closed]

I want to know whether they are good enough metrics to determine the software size? I am aware of few of shortcomings such metrics but I have also not seen or studied other metrics to determine ...
1
vote
2answers
114 views

User Accounts Creation

I would like to ask you guys concerning this situation i find myself in. There are 3 separate applications(all developed in the same PHP framework) running on different servers and all the 3 have ...
1
vote
2answers
2k views

How to convert xml data in to sqlite database?

I have one xml file which have field like id, name and address. there are 300 data in that xml file. Now i want to make the database of that xml file so which one is the best way to make it. I have ...
2
votes
0answers
74 views

What is the steps for developing a image processing SDK? [closed]

I am working on image processing project,currently we are using third party vision sdk for processing of image.Now we are planning to develop our own SDK. what are the steps for developing sdk?
1
vote
4answers
258 views

Count anonymous classes in a codebase?

I know there are tools to count the number of classes i use in my code base, and this is a reasonable software engineering metric (e.g. average lines of code per class). However i was idly wondering ...
0
votes
2answers
133 views

Help Choosing Appropriate UML Diagram

I need to choose a uml diagram that allows me to abstractly model my system. I want this diagram to be pretty high level showing only four entities/objects: Database Web Service Layer iPhone App ...
0
votes
1answer
555 views

UML Component Diagram - Showing Relationships Between Abstracted Entities

I have the following components within my system: I am using argoUML to model this. In component diagrams (using UML2) it is sometimes necessary to have require/provided relationships between ...
3
votes
2answers
814 views

Using Gantt Charts - USDP Vs Agile Projects

I have a question regarding software engineering and project management albeit slightly abstracted from the realms of programming... My question relates to the use of Gantt Charts within the USDP ...
0
votes
1answer
114 views

Tool to Draw Extend ER (with inheritance)

Is there any tool to draw E(xtended)ER diagram with inheritance in a form of generalization/specialization?
3
votes
3answers
497 views

platforms for large software projects (OSGi or alternatives?)

They is kind of an open-ended question. Anyways, here at work we've got a few very large Java EE software projects. Here's a quick description of our projects: They are divided into a few dozen ...
0
votes
2answers
74 views

Please list stages and tools for software automation

We automate several aspects of Software development using tools. Want to understand What tools the community recommends & why Which stages of development have more potential for automation ...
0
votes
1answer
464 views

Can we make a state diagram from a sequence diagram?

Can we make a state diagram from a sequence diagram?
3
votes
6answers
3k views

Professional tools for creating Software design documents and Software reports [closed]

What tools are used in the Sofware industry when creating reports and documentation? I have heard that some companies use NetBeans or Eclipse to create reports, what plug-ins are being used in these ...
9
votes
9answers
1k views

Software development crash course [closed]

Hey guys, I need a urgent crash course on software development. We are about to start a major project at work. The project is a huge web application and I have been chosen to lead the team. The ...
13
votes
7answers
15k views

Tools for software architecture and design [closed]

I want to know if there exist different tools to develop software architecture and software design.. If so how do they differ and can you please mention few tools for software design and software ...
1
vote
4answers
6k views

Flowcharting tool/add-in for Visual Studio

A 2 part question: Are flow-charts, as tool to analyze source-code, no longer considered useful? The reason I ask this question is that if you Google for source-code to flowchart tools for Visual ...